menu
more package
documentation
more.dart
Tuple2<T1, T2>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Returns the number of elements in the tuple.
Implementation
int get length => 2;
more package
documentation
more
Tuple2<T1, T2>
length property
Tuple2 extension on (
T1
,
T2
)