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