UploadedFile class
Represents an uploaded file result from the CDN.
Contains the URLs for accessing the uploaded file and its thumbnail (if available). This class is returned by CDN upload operations to provide access to the uploaded content.
- Annotations
-
- @immutable
Constructors
- UploadedFile({String? fileUrl, String? thumbUrl})
-
Creates an UploadedFile with the specified URLs.
const
Properties
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