menu
more package
documentation
more.dart
Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>
fourth property
fourth property
dark_mode
light_mode
fourth
property
T4
get
fourth
Returns the fourth element of this tuple.
Implementation
T4 get fourth => $4;
more package
documentation
more
Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>
fourth property
Tuple8 extension on (
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
,
T8
)