Tag.fromJson constructor

Tag.fromJson(
  1. JsonObject _json
)

Constructs a new Tag instance from the provided JSON object.

Implementation

Tag.fromJson(this._json);