asMapEntry property

MapEntry<T, T> get asMapEntry

Returns as a MapEntry.

Implementation

MapEntry<T, T> get asMapEntry => MapEntry(a, b);