Ratio.fromJson constructor
Ratio.fromJson(
- JsonObject _json
Constructs a new Ratio instance from the provided JSON object.
Implementation
Ratio.fromJson(this._json);
Constructs a new Ratio instance from the provided JSON object.
Ratio.fromJson(this._json);