GatewayAPIConfig.fromJson constructor
GatewayAPIConfig.fromJson(
- Map json_
Implementation
GatewayAPIConfig.fromJson(core.Map json_)
: this(channel: json_['channel'] as core.String?);
GatewayAPIConfig.fromJson(core.Map json_)
: this(channel: json_['channel'] as core.String?);