PlaceData.fromJson constructor

PlaceData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory PlaceData.fromJson(Map<String, Object?> json) =>
    _$PlaceDataFromJson(json);