toUniqueList method

Iterable<String> toUniqueList({
  1. bool growable = true,
})

Implementation

Iterable<String> toUniqueList({bool growable = true}) => toSet().toList(growable:growable);