ConnectorConfigurationEndpoint.fromJson constructor
ConnectorConfigurationEndpoint.fromJson(
- Map json_
Implementation
ConnectorConfigurationEndpoint.fromJson(core.Map json_)
: this(
hostPort: json_['hostPort'] as core.String?,
);