toMapEntry method

MapEntry<String, String> toMapEntry()

Implementation

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