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