toList method

List toList()

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

Implementation

List<dynamic> toList() => [$1];