UploadedFile constructor
Creates an UploadedFile with the specified URLs.
Implementation
const UploadedFile({
this.fileUrl,
this.thumbUrl,
});
Creates an UploadedFile with the specified URLs.
const UploadedFile({
this.fileUrl,
this.thumbUrl,
});