Метод toList
List<String> toList(Создаёт List, содержащий элементы этого Iterable.
Элементы находятся в порядке итерации. Список имеет фиксированную длину, если growable равно false.
Исходный код
List<String> toList({bool growable: true}) =>
readClasses().toList(growable: growable);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-svg/AttributeClassSet/toList.html