PlaceInsight.fromJson constructor
PlaceInsight.fromJson(
- Map json_
Implementation
PlaceInsight.fromJson(core.Map json_)
: this(
place: json_['place'] as core.String?,
);
PlaceInsight.fromJson(core.Map json_)
: this(
place: json_['place'] as core.String?,
);