LimitBy class
Construct directions for a provider to limit its results.
Constructors
- LimitBy.new(int amount, {required String evaluatedField})
-
Construct directions for a provider to limit its results.
const
-
LimitBy.fromJson(Map<
String, dynamic> json) -
Construct a LimitBy from a JSON map.
factory
Properties
- amount → int
-
The ceiling for how many results can be returned for evaluatedField.
final
- evaluatedField → String
-
Some providers may support limiting based on a model retrieved by the query.
This Dart field name should be accessible to the
Adapter
's definitions (e.g. aRuntimeSqliteColumnDefinition
map).final - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serialize to JSON
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override