EtebaseFetchOptions class

The dart binding of the EtebaseFetchOptions rust class

Annotations
  • @freezed

Constructors

EtebaseFetchOptions({String? stoken, String? iterator, bool? withCollection, EtebasePrefetchOption? prefetch, int? limit})
Return a new fetch options object
const
factory

Properties

copyWith → $EtebaseFetchOptionsCopyWith<EtebaseFetchOptions>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iterator String?
The current iterator to start from (when iterating lists)
no setterinherited
limit int?
Limit the amount of items returned
no setterinherited
prefetch EtebasePrefetchOption?
How much data to prefetech
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoken String?
The sync token to fetch with
no setterinherited
withCollection bool?
Toggle fetching the collection's item
no setterinherited

Methods

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

Operators

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