menu
my_utility package
documentation
dartx.dart
Pair<A, B>
Pair.new const constructor
Pair.new const constructor
dark_mode
light_mode
Pair<
A
,
B
>
constructor
const
Pair<
A
,
B
>
(
A
first
,
B
second
)
Implementation
const Pair(this.first, this.second);
my_utility package
documentation
dartx
Pair<A, B>
Pair.new const constructor
Pair class