HistoryEntryListOptions class

Annotations
  • @unfreezed

Constructors

HistoryEntryListOptions.new({HistoryEntryFilterParameter? filter, LogicalOperator? filterOperator, int? skip, HistoryEntrySortParameter? sort, int? take})
factory
HistoryEntryListOptions.fromJson(Map<String, dynamic> json)
factory

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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