menu
dart_essentials package
documentation
tuples.dart
Tuple4<T>
toList method
toList method
dark_mode
light_mode
toList
method
List
<
T
>
toList
(
)
Implementation
List<T> toList() { return <T>[x, y, z, q]; }
dart_essentials package
documentation
tuples
Tuple4<T>
toList method
Tuple4 class