DataFetchOptions class

Constructors

DataFetchOptions({int? initialFetchSize, bool fetchFromLast = false, int? fetchingSize})
const
DataFetchOptions.limit(int value, [bool fetchFromLast = false])
const
DataFetchOptions.single([bool fetchFromLast = false])
const

Properties

fetchFromLast bool
final
fetchingSize int?
final
hashCode int
The hash code for this object.
no setteroverride
initialSize int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy({bool? fetchFromLast, int? fetchingSize, int? initialSize}) DataFetchOptions
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.
override