ContactPoint.fromJson constructor
ContactPoint.fromJson(
- JsonObject _json
Constructs a new ContactPoint instance from the provided JSON object.
Implementation
ContactPoint.fromJson(this._json);
Constructs a new ContactPoint instance from the provided JSON object.
ContactPoint.fromJson(this._json);