Issue.fromJson constructor

Issue.fromJson(
  1. JsonObject _json
)

Constructs a new Issue instance from the provided JSON object.

Implementation

Issue.fromJson(this._json);