GatewayConfig.fromJson constructor
GatewayConfig.fromJson(
- Map json_
Implementation
GatewayConfig.fromJson(core.Map json_)
: this(http2Enabled: json_['http2Enabled'] as core.bool?);
GatewayConfig.fromJson(core.Map json_)
: this(http2Enabled: json_['http2Enabled'] as core.bool?);