toList method

List<String> toList()

Return all string values in a list.

Implementation

List<String> toList() => value;