FileUploadResult class

Implementers

Constructors

FileUploadResult({required String fileName, String? path, String? contentType, String? fileUuid, String? CID, String? CIDv1})

Properties

CID String?
The file's CID on IPFS
getter/setter pair
CIDv1 String?
getter/setter pair
contentType String?
File MIME type
getter/setter pair
fileName String
getter/setter pair
fileUuid String?
The file's UUID, obtained after uploadig
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
Virtual file path. Empty for root. Must not contain fileName. The path field can be used to place file in virtual directories inside a bucket. If directories do not yet exist, they will be automatically generated. For example, an images/icons path creates images directory in a bucket and icons directory inside it. File will then be created in the icons directory.
getter/setter pair
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