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