GetComments constructor
const
GetComments({})
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;