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