const FileData({ required this.name, this.bytes, this.path, this.mimeType, }) : assert( bytes != null || path != null, 'Either bytes or path must be provided', );