CubeFile class

Inheritance

Constructors

CubeFile()
CubeFile.fromJson(Map<String, dynamic> json)

Properties

completedAt DateTime?
getter/setter pair
contentType String?
getter/setter pair
createdAt DateTime?
getter/setter pairinherited
fileObjectAccess CubeFileObjectAccess?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
isPublic bool?
getter/setter pair
lastReadAccessTime DateTime?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
getter/setter pair
status String?
getter/setter pair
uid String?
getter/setter pair
updatedAt DateTime?
getter/setter pairinherited

Methods

getPrivateUrl() String?
getPublicUrl() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCompleteBlobJson() Map<String, dynamic>
toCreateBlobJson() Map<String, dynamic>
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
toUpdateBlobJson() Map<String, dynamic>

Operators

operator ==(Object other) bool
The equality operator.
inherited