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