menu
protos_weebi package
documentation
compare.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);
protos_weebi package
documentation
compare
Pair<T1, T2>
Pair.new constructor
Pair class