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