Quantity.fromRawJson constructor

Quantity.fromRawJson(
  1. String str
)

Implementation

factory Quantity.fromRawJson(String str) =>
    Quantity.fromJson(json.decode(str));