Actor.fromJson constructor

Actor.fromJson(
  1. JsonObject _json
)

Constructs a new Actor from a JsonObject.

Implementation

Actor.fromJson(this._json);