menu
ndk package
documentation
domain_layer/entities/tuple.dart
Tuple<T, U>
Tuple.new constructor
Tuple.new constructor
dark_mode
light_mode
Tuple<
T
,
U
>
constructor
Tuple<
T
,
U
>
(
T
first
,
U
second
)
Creates a new tuple.
Implementation
Tuple(this.first, this.second);
ndk package
documentation
domain_layer/entities/tuple
Tuple<T, U>
Tuple.new constructor
Tuple class