DRTransaction.fromRawJson constructor

DRTransaction.fromRawJson(
  1. String str
)

Implementation

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