ParamsCategoryList class

Constructors

ParamsCategoryList.new({WordPressContext context = WordPressContext.view, int pageNum = 1, int perPage = 10, String searchQuery = '', List<int> excludeCategoryIDs = const [], List<int> includeCategoryIDs = const [], Order order = Order.asc, CategoryTagOrderBy orderBy = CategoryTagOrderBy.name, bool? hideEmpty, int? parent, int? post, String slug = ''})

Properties

context WordPressContext
final
excludeCategoryIDs List<int>
final
hashCode int
The hash code for this object.
no setterinherited
hideEmpty bool?
final
includeCategoryIDs List<int>
final
order Order
final
orderBy CategoryTagOrderBy
final
pageNum int
final
parent int?
final
perPage int
final
post int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchQuery String
final
slug String
final

Methods

copyWith({int? pageNum, int? perPage}) ParamsCategoryList
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited