menu
lib_common_fx package
documentation
utils/fx_pair.dart
Pair<T1, T2>
Pair.new constructor
Pair.new constructor
dark_mode
light_mode
Pair<
T1
,
T2
>
constructor
Pair<
T1
,
T2
>
(
T1
first
,
T2
second
)
Implementation
Pair(this.first, this.second);
lib_common_fx package
documentation
utils/fx_pair
Pair<T1, T2>
Pair.new constructor
Pair class