Flutter
dart:core
MapEntry
<
K
,
V
>
toString method
toString
MapEntry class
Constructors
MapEntry
Properties
key
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
toString method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => "MapEntry($key: $value)";