ListCachedContentsResponse constructor
ListCachedContentsResponse({
- List<
CachedContent> cachedContents = const [], - String nextPageToken = '',
Implementation
ListCachedContentsResponse({
this.cachedContents = const [],
this.nextPageToken = '',
}) : super(fullyQualifiedName);