Annotation.fromJson constructor

Annotation.fromJson(
  1. JsonObject _json
)

Creates an Annotation instance from the provided JSON object.

Implementation

Annotation.fromJson(this._json);