toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "geocoderStatus": geocoderStatus?.toJson(),
  "type": type.map((x) => x).toList(),
  "placeId": placeId,
  "partialMatch": partialMatch,
};