toString method

String toString()
override

String representation intended for debugging only.

Not guaranteed to be stable over time.

Implementation

String toString() => "MapEntry($key: $value)";