Q:

dart unique list

  var ids = [1, 4, 4, 4, 5, 6, 6];
  var distinctIds = ids.toSet().toList();
0

Tags

New to Communities?

Join the community