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