DownloadRequest constructor
DownloadRequest({})
Returns a new DownloadRequest instance.
Implementation
DownloadRequest({
required this.firstName,
required this.lastName,
required this.email,
this.phone = '',
this.file,
});