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