EndpointConfig constructor

EndpointConfig({
  1. bool? enableHttpPortAccess,
  2. Map<String, String>? httpPorts,
})

Implementation

EndpointConfig({
  this.enableHttpPortAccess,
  this.httpPorts,
});