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