$GeoRegionSearchTerms.fromJson constructor

$GeoRegionSearchTerms.fromJson(
  1. Map json_
)

Implementation

$GeoRegionSearchTerms.fromJson(core.Map json_)
  : this(geoRegionQuery: json_['geoRegionQuery'] as core.String?);