toList method

List<String> toList()

Implementation

List<String> toList() => toDart.map((e) => e.toDart).toList();