menu
dartlin package
documentation
collections.dart
Pair<T, V>
Pair const constructor
Pair const constructor
dark_mode
light_mode
Pair<
T
,
V
>
constructor
const
Pair<
T
,
V
>
(
T
key
,
V
value
)
Implementation
const Pair(this.key, this.value);
dartlin package
documentation
collections
Pair<T, V>
Pair const constructor
Pair class