StorageListResult<Item extends StorageItem> class

Presents the result of a StorageListOperation.

Constructors

StorageListResult(List<Item> items, {required bool hasNextPage, String? nextToken})
Presents the result of a StorageListOperation.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNextPage bool
Whether has next page that can be listed using nextToken.
final
items List<Item>
The objects listed in the current page.
final
nextToken String?
Token used to list the next page.
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