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