GenerateContentDownloadLinkResponse constructor

const GenerateContentDownloadLinkResponse({
  1. required String url,
})

Implementation

const GenerateContentDownloadLinkResponse({required this.url});