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

fileUrl String?
The URL of the uploaded file.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbUrl String?
The URL of the file thumbnail.
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