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