Returns a new instance by overriding the values passed as arguments
FileBytes copyWith({ String? path, Uint8List? bytes, }) => FileBytes(path: path ?? this.path, bytes: bytes ?? this.bytes);