Dart
dart:core
MapEntry
<
K
,
V
>
value property
value
Dart
dart:core
MapEntry
<
K
,
V
>
value property
MapEntry class
Constructors
MapEntry
Properties
key
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
description
value
property
V
value
final
The value associated to
key
in the map.
Implementation
final V value