toListOfString method

List<String> toListOfString()

Implementation

List<String> toListOfString() => toIterableOfString().toList();