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