ListAccountServicesResponse constructor
ListAccountServicesResponse({
- List<
AccountService> ? accountServices, - String? nextPageToken,
Implementation
ListAccountServicesResponse({this.accountServices, this.nextPageToken});