ListResultPlatform class abstract

Result returned by list.

Inheritance
  • Object
  • PlatformInterface
  • ListResultPlatform

Constructors

ListResultPlatform(FirebaseStoragePlatform? storage, String? nextPageToken)
Creates a new ListResultPlatform instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<ReferencePlatform>
Objects in this directory. You can call getMetadata and getDownloadUrl on them.
no setter
nextPageToken String?
If set, there might be more results for this list. Use this token to resume the list.
final
prefixes List<ReferencePlatform>
References to prefixes (sub-folders). You can call list on them to get its contents.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage FirebaseStoragePlatform?
The FirebaseStoragePlatform used when fetching list items.
final

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

Static Methods

verifyExtends(ListResultPlatform instance) → void
Throws an AssertionError if instance does not extend ReferencePlatform.