QueryAuditableServicesResponse constructor

QueryAuditableServicesResponse({
  1. List<AuditableService>? services,
})

Implementation

QueryAuditableServicesResponse({
  this.services,
});