HexabaseFile class

Constructors

HexabaseFile({Map<String, dynamic>? params})

Properties

contentType String
getter/setter pair
createdAt DateTime?
getter/setter pair
data Uint8List
getter/setter pair
deleted bool?
getter/setter pair
displayOrder int
getter/setter pair
field HexabaseField?
getter/setter pair
filepath String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
item HexabaseItem?
getter/setter pair
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
size int?
getter/setter pair
temporary bool?
getter/setter pair
updatedAt DateTime?
getter/setter pair
userId String?
getter/setter pair

Methods

create() Future<bool>
createJson() Map<String, dynamic>
delete() Future<bool>
download() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<bool>
set(String key, dynamic value) HexabaseFile
sets(Map<String, dynamic> params) HexabaseFile
toString() String
A string representation of this object.
inherited
update() Future<bool>

Operators

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