AccessConfig constructor

AccessConfig({
  1. String? externalIp,
})

Implementation

AccessConfig({
  this.externalIp,
});