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