CountResult.fromJson constructor

CountResult.fromJson(
  1. dynamic json
)

Implementation

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