EgressTo constructor

EgressTo({
  1. List<String>? externalResources,
  2. List<ApiOperation>? operations,
  3. List<String>? resources,
})

Implementation

EgressTo({
  this.externalResources,
  this.operations,
  this.resources,
});