Extension.fromJson constructor

Extension.fromJson(
  1. JsonObject _json
)

Constructs a new Extension instance from the provided JSON object.

Implementation

Extension.fromJson(this._json);