AmityFileProperties class

Constructors

AmityFileProperties()

Properties

createdAt DateTime?
Create At
getter/setter pair
ext String?
File Ext
getter/setter pair
fileId String?
File Id
getter/setter pair
filePath String?
File Path
getter/setter pair
fileUrl String?
File Url
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
File Height
getter/setter pair
isFull bool?
is Full Size
getter/setter pair
mimeType String?
File Mime Type
getter/setter pair
name String?
File Name
getter/setter pair
rawFile Map<String, dynamic>?
Raw File
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
File Size
getter/setter pair
type String?
Type
getter/setter pair
updatedAt DateTime?
Updated At
getter/setter pair
width int?
File Width
getter/setter pair

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