countFromJson function

Count countFromJson(
  1. String str
)

Implementation

Count countFromJson(String str) => Count.fromJson(json.decode(str));