ListSupportedServicesResponse constructor
ListSupportedServicesResponse({
- String? nextPageToken,
- List<
SupportedService> ? supportedServices,
Implementation
ListSupportedServicesResponse({
this.nextPageToken,
this.supportedServices,
});