toMapEntry method

MapEntry<String, T> toMapEntry()

Creates a map entry representation of this parameter.

Implementation

MapEntry<String, T> toMapEntry() => MapEntry(name, value);