Location.fromJson constructor

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

Implementation

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