VTTransaction.fromRawJson constructor

VTTransaction.fromRawJson(
  1. String str
)

Implementation

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