$PoiSearchTerms.fromJson constructor

$PoiSearchTerms.fromJson(
  1. Map json_
)

Implementation

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