StorageLocation class

Constructors

StorageLocation(int type, List<String> parts, int expiry)

Properties

binaryParts List<Uint8List>
final
bytesUrl String
no setter
expiry int
final
hashCode int
The hash code for this object.
no setterinherited
outboardBytesUrl String
no setter
parts List<String>
final
providerMessage Uint8List
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

Methods

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.
inherited