CheckRequest constructor

CheckRequest({
  1. AttributeContext? attributes,
  2. String? flags,
  3. List<ResourceInfo>? resources,
  4. String? serviceConfigId,
})

Implementation

CheckRequest({
  this.attributes,
  this.flags,
  this.resources,
  this.serviceConfigId,
});