ExportLink constructor
ExportLink({
- required String downloadLink,
Returns a new ExportLink instance.
Implementation
ExportLink({
required this.downloadLink,
});
Returns a new ExportLink instance.
ExportLink({
required this.downloadLink,
});