SdbFindOptions class
Common find options
Constructors
- SdbFindOptions({SdbFilter? filter, int? limit, int? offset, bool? descending})
- Common find options
Properties
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