Identifier.fromJson constructor

Identifier.fromJson(
  1. JsonObject _json
)

Creates a new Identifier instance from the provided JSON object.

Implementation

Identifier.fromJson(this._json);