SupplyInfo.fromRawJson constructor

SupplyInfo.fromRawJson(
  1. String str
)

Implementation

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