toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    "name": name,
    "search": search,
    "value": value,
  };
}