Quantity.fromJson constructor

Quantity.fromJson(
  1. JsonObject _json
)

Constructs a new Quantity instance from the provided JSON object.

Implementation

Quantity.fromJson(this._json);