Location.fromJson constructor

Location.fromJson(
  1. JsonObject _json
)

Constructs a new Location instance from the provided JSON object.

Implementation

Location.fromJson(this._json);