ListSupportedServicesResponse constructor

ListSupportedServicesResponse({
  1. String? nextPageToken,
  2. List<SupportedService>? supportedServices,
})

Implementation

ListSupportedServicesResponse({this.nextPageToken, this.supportedServices});