PrivateServiceConnectConnectivity.fromJson constructor

PrivateServiceConnectConnectivity.fromJson(
  1. Map json_
)

Implementation

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