$GeoRegionSearchTerms.fromJson constructor
$GeoRegionSearchTerms.fromJson(
- Map json_
Implementation
$GeoRegionSearchTerms.fromJson(core.Map json_)
: this(
geoRegionQuery: json_.containsKey('geoRegionQuery')
? json_['geoRegionQuery'] as core.String
: null,
);