GetComments constructor
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const
GetComments(
{ - @JsonKey(name: 'type_') CommentListingType? type,
- SortType? sort,
- int? page,
- int? limit,
- bool? savedOnly,
- String? auth,
})
Implementation
@JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
const factory GetComments({
@JsonKey(name: 'type_') CommentListingType? type,
SortType? sort,
int? page,
int? limit,
int? communityId,
String? communityName,
bool? savedOnly,
String? auth,
}) = _GetComments;