ExportLink constructor

ExportLink({
  1. required String downloadLink,
})

Returns a new ExportLink instance.

Implementation

ExportLink({
  required this.downloadLink,
});