GatewayConfig.fromJson constructor

GatewayConfig.fromJson(
  1. Map json_
)

Implementation

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