Type.fromJson constructor

Type.fromJson(
  1. JsonObject _json
)

Constructs a new Type instance from the provided JSON object.

Implementation

Type.fromJson(this._json);