menu
fuck_utils package
documentation
type/pair.dart
Pair<K, V>
Pair constructor
Pair constructor
dark_mode
light_mode
Pair<
K
,
V
>
constructor
Pair<
K
,
V
>
(
K
first
,
V
second
)
Implementation
Pair(this.first, this.second);
fuck_utils package
documentation
type/pair
Pair<K, V>
Pair constructor
Pair class