asList property

List<T> get asList

Returns this Pair as a List [a,b].

Implementation

List<T> get asList => [a, b];