TogeFileUploadEntity class

Constructors

TogeFileUploadEntity({required String name, required File file, required TogeFileUploadFileType type, required TogeFileUploadSource source, double progress = 1.0, String? error})

Properties

error String?
final
file File
final
hashCode int
The hash code for this object.
no setterinherited
isDoc bool
no setter
isExcel bool
no setter
isImage bool
no setter
isPDF bool
no setter
isVideo bool
no setter
name String
final
progress double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source TogeFileUploadSource
final
type TogeFileUploadFileType
final

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