CloudFile<FILE> class abstract

Representation of a single file. The implementation is platform-specific.

Implementers

Constructors

CloudFile(FILE file)

Properties

content String
no setter
file → FILE
final
fileId String?
Unique id of this file. Can be null if the file is not uploaded yet. Be aware, that a file without fileId cannot be used to download it from cloud.
no setter
fileName String
The non-unique name of the file.
no setter
hashCode int
The hash code for this object.
no setterinherited
mimeType String?
Example 1: 'application/json' Example 2: 'image/jpeg' MIME = Multipurpose Internet Mail Extensions https://wiki.selfhtml.org/wiki/MIME-Type/%C3%9Cbersicht
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trashed bool
Returns true, if this file was trashed and is inside the cloud bin.
no setter

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