CountResult.fromJson constructor
CountResult.fromJson(
- dynamic json
Implementation
factory CountResult.fromJson(dynamic json) =>
_$CountResultFromJson(json);
factory CountResult.fromJson(dynamic json) =>
_$CountResultFromJson(json);