menu
Dart
dart:core
MapEntry
<
K
,
V
>
MapEntry const constructor
MapEntry
brightness_4
brightness_5
description
MapEntry<
K
,
V
>
constructor
const
MapEntry<
K
,
V
>
(
K
key
,
V
value
)
Creates an entry with
key
and
value
.
Implementation
const factory MapEntry
Dart
dart:core
MapEntry
<
K
,
V
>
MapEntry const constructor
MapEntry class