Annotation.fromJson constructor
Annotation.fromJson(
- JsonObject _json
Creates an Annotation instance from the provided JSON object.
Implementation
Annotation.fromJson(this._json);
Creates an Annotation instance from the provided JSON object.
Annotation.fromJson(this._json);