GetReportCount constructor
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory GetReportCount({
int? communityId,
required String auth,
}) = _GetReportCount;