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