Address.fromJson constructor

Address.fromJson(
  1. JsonObject _json
)

Creates an instance of Address from a JSON object.

Implementation

Address.fromJson(this._json);