Ratio.fromJson constructor

Ratio.fromJson(
  1. JsonObject _json
)

Constructs a new Ratio instance from the provided JSON object.

Implementation

Ratio.fromJson(this._json);