parseAsList method

List<String> parseAsList()

Implementation

List<String> parseAsList() => parseAsMap().toList();