toStringElements method

List<String> toStringElements()

Implementation

List<String> toStringElements() => map((e) => '$e').toList();