removeDuplicated property

List<String> get removeDuplicated

Implementation

List<String> get removeDuplicated {
  return toSet().toList();
}