KernelGatewayAppSettings constructor

KernelGatewayAppSettings({
  1. List<CustomImage>? customImages,
  2. ResourceSpec? defaultResourceSpec,
})

Implementation

KernelGatewayAppSettings({
  this.customImages,
  this.defaultResourceSpec,
});