Counts.fromJson constructor

Counts.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Counts.fromJson(Map<String, dynamic> json) => _$CountsFromJson(json);