menu
kt_dart package
documentation
collection.dart
PairDeconstruction<T>
toList method
toList method
dark_mode
light_mode
toList
method
KtList
<
T
>
toList
(
)
Converts this pair into a list.
Implementation
KtList<T> toList() => KtList.from([first, second]);
kt_dart package
documentation
collection
PairDeconstruction<T>
toList method
PairDeconstruction extension on
KtPair
<
T
,
T
>