SyncBatchResult class

--- SyncBatchResult --- Result of fetching a batch of items from the server or local storage. Supports optional pagination with a cursor.

Constructors

SyncBatchResult({required List<SyncPayload<Syncable>> items, String? nextCursor})

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<SyncPayload<Syncable>>
List of items in this batch
final
nextCursor String?
Cursor for the next page. Null means no more pages.
final
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
toString() String
A string representation of this object.
inherited

Operators

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