toList method

List<Attr> toList()

Implementation

List<Attr> toList() => List.generate(length, (i) => item(i)!);