LocationResponse.fromJson constructor

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

Implementation

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