BatchGetServicesResponse constructor

BatchGetServicesResponse({
  1. List<GoogleApiServiceusageV1Service>? services,
})

Implementation

BatchGetServicesResponse({
  this.services,
});