LocationData.fromJson constructor

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

Implementation

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