LostData constructor
LostData({
- PickedFile? file,
- PlatformException? exception,
- RetrieveType? type,
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
LostData({this.file, this.exception, this.type});