SearchHistoryPage class
Constructors
-
SearchHistoryPage({int limit = 100, int offset = 0, EnumSet<
SearchHistoryFilter> filter = const SearchHistoryFilterEnumSet()}) -
const
Properties
Methods
-
copyWith(
{int? limit, int? offset, EnumSet< SearchHistoryFilter> ? filter}) → SearchHistoryPage -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override