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