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