PlaceInsight.fromJson constructor

PlaceInsight.fromJson(
  1. Map json_
)

Implementation

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