LocationDatum.fromJson constructor

LocationDatum.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LocationDatum.fromJson(Map<String, dynamic> json) =>
    _$LocationDatumFromJson(json);