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