ConnectorConfigurationPrivateServiceConnect.fromJson constructor

ConnectorConfigurationPrivateServiceConnect.fromJson(
  1. Map json_
)

Implementation

ConnectorConfigurationPrivateServiceConnect.fromJson(core.Map json_)
    : this(
        networkAttachment: json_.containsKey('networkAttachment')
            ? json_['networkAttachment'] as core.String
            : null,
      );