GatewayConfig constructor
Creates a new GatewayConfig.
Implementation
const GatewayConfig({
this.enabled = false,
this.port = 8080,
this.address = '0.0.0.0',
this.writable = false,
this.enableCache = true,
this.cacheSize = 104857600, // 100MB
});