SdbFindOptions class

Common find options

Constructors

SdbFindOptions({SdbFilter? filter, int? limit, int? offset, bool? descending})
Common find options

Properties

descending bool?
Descending order
final
filter SdbFilter?
Filter
final
hashCode int
The hash code for this object.
no setterinherited
limit int?
Limit
final
offset int?
Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({SdbFilter? filter, int? limit, int? offset, bool? descending}) SdbFindOptions
Copy with
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