toStrings method

List<String> toStrings()

Implementation

List<String> toStrings() => mapToList((e) => e.toString());