RADTally.fromRawJson constructor

RADTally.fromRawJson(
  1. String str
)

Implementation

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