ListConsentStoresResponse constructor
ListConsentStoresResponse({
- List<
ConsentStore> ? consentStores, - String? nextPageToken,
Implementation
ListConsentStoresResponse({
this.consentStores,
this.nextPageToken,
});