LostDataResponse constructor
LostDataResponse({
- XFile? file,
- PlatformException? exception,
- RetrieveType? type,
- List<
XFile> ? files,
Creates an instance with the given file
, exception
, and type
. Any of
the params may be null, but this is never considered to be empty.
Implementation
LostDataResponse({
this.file,
this.exception,
this.type,
this.files,
});