HistoryEntryListOptions class
Properties
-
copyWith
→ $HistoryEntryListOptionsCopyWith<HistoryEntryListOptions>
-
no setterinherited
-
filter
↔ HistoryEntryFilterParameter?
-
Allows the results to be filtered
getter/setter pairinherited
-
filterOperator
↔ LogicalOperator?
-
Specifies whether multiple top-level "filter" fields should be combined with a
logical AND or OR operation. Defaults to AND.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
skip
↔ int?
-
Skips the first n results, for use in pagination
getter/setter pairinherited
-
sort
↔ HistoryEntrySortParameter?
-
Specifies which properties to sort the results by
getter/setter pairinherited
-
take
↔ int?
-
Takes n results, for use in pagination
getter/setter pairinherited