UploadResult class sealed

The outcome of uploading a file for a single-file upload field.

Sealed so a caller's switch is exhaustive, exactly like ActionResult: mirrors its shape because an upload's contract is the same one — it either ran or it did not, and the caller needs the reason.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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