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