menu
dart_essentials package
documentation
tuples.dart
Tuple4<T>
Tuple4.new constructor
Tuple4.new constructor
dark_mode
light_mode
Tuple4<
T
>
constructor
Tuple4<
T
>
(
T
x
,
T
y
,
T
z
,
T
q
,
)
Implementation
Tuple4(this.x, this.y, this.z, this.q);
dart_essentials package
documentation
tuples
Tuple4<T>
Tuple4.new constructor
Tuple4 class