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