toList method

List toList()

An (untyped) List with the values of this tuple.

Implementation

List<dynamic> toList() => [$1, $2, $3, $4, $5, $6, $7, $8, $9];