UploadableFormeFile<T> class abstract

Inheritance

Constructors

UploadableFormeFile()

Properties

autoUpload bool
no setter
currentLoadedThumbnail ImageProvider<Object>?
no setterinherited
currentThumbnail Future<ImageProvider<Object>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isUploadError bool
no setter
isUploading bool
no setter
isUploadSuccess bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail Future<ImageProvider<Object>>
no setterinherited
uploadError Object?
no setter
uploadErrorStackTrace StackTrace?
no setter
uploadResult → T?
no setter

Methods

cancelUpload() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progress(Widget? widget) → void
notify file upload progress
toString() String
A string representation of this object.
inherited
upload() Future<T>

Operators

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