TallyTransaction.fromRawJson constructor

TallyTransaction.fromRawJson(
  1. String str
)

Implementation

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