Location.fromJson constructor

Location.fromJson(
  1. JsonMap json
)

Implementation

factory Location.fromJson(JsonMap json) => _$LocationFromJson(json);