toList method
Converts the Set to a List. Because there is no ordering within a Set, the values in the List may be in any order. @return {List.
Implementation
_i3.List<T> toList() => _i4.callMethod(
this,
'toList',
[],
);
Converts the Set to a List. Because there is no ordering within a Set, the values in the List may be in any order. @return {List.
_i3.List<T> toList() => _i4.callMethod(
this,
'toList',
[],
);