toMapEntry method

MapEntry<String, T> toMapEntry()

Implementation

MapEntry<String, T> toMapEntry() {
  return MapEntry(label, value);
}