GetReportCount constructor

  1. @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const GetReportCount({
  1. int? communityId,
  2. required String auth,
})

Implementation

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