menu
more package
documentation
more.dart
Tuple5<T1, T2, T3, T4, T5>
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
Tuple5<T1, T2, T3, T4, T5>
fourth property
Tuple5 extension on (
T1
,
T2
,
T3
,
T4
,
T5
)