ExternalServerConfig constructor

ExternalServerConfig({
  1. List<String>? allowedCidrBlocks,
  2. String? ipAddress,
})

Implementation

ExternalServerConfig({this.allowedCidrBlocks, this.ipAddress});