toString method - MapEntry class - dart:core library (original) (raw)
String toString()
override
String representation intended for debugging only.
Not guaranteed to be stable over time.
Implementation
String toString() => "MapEntry($key: $value)";