MmGetFileLink200Response constructor

MmGetFileLink200Response({
  1. String? link,
})

Returns a new MmGetFileLink200Response instance.

Implementation

MmGetFileLink200Response({
  this.link,
});