toMap method

MapEntry toMap()

Implementation

MapEntry toMap() {
  return MapEntry(id, text);
}