copyWith method

Implementation

GenerateContentDownloadLinkResponse copyWith({String? url}) {
  return GenerateContentDownloadLinkResponse(url: url ?? this.url);
}