Actor.fromJson constructor
Actor.fromJson(
- JsonObject _json
Constructs a new Actor from a JsonObject
.
Implementation
Actor.fromJson(this._json);
Constructs a new Actor from a JsonObject
.
Actor.fromJson(this._json);