Period.fromJson constructor
Period.fromJson(
- JsonObject _json
Creates a new Period instance from a JsonObject
.
Implementation
Period.fromJson(this._json);
Creates a new Period instance from a JsonObject
.
Period.fromJson(this._json);