Link.fromJson constructor

Link.fromJson(
  1. JsonObject _json
)

Constructs a new Link instance from the provided JSON object.

Implementation

Link.fromJson(this._json);