Narrative.fromJson constructor

Narrative.fromJson(
  1. JsonObject _json
)

Constructs a new Narrative instance from the provided JSON object.

Implementation

Narrative.fromJson(this._json);