HtmlEditorUploadError class
Represents an error which occurred during the upload of a file.
Constructors
- HtmlEditorUploadError({required UploadError error, required HtmlEditorFile file})
- HtmlEditorUploadError.fromJson(String source)
-
factory
-
HtmlEditorUploadError.fromMap(Map<
String, dynamic> map) -
factory
Properties
- error → UploadError
-
The error message.
final
- file → HtmlEditorFile
-
The file which was uploaded.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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 ==(
covariant HtmlEditorUploadError other) → bool -
The equality operator.
override