toList method

List<String> toList ({bool growable: true })

Implementation

List<String> toList({bool growable: true}) =>
    readClasses().toList(growable: growable);