toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (certificateAuthorityData != null)
'certificateAuthorityData': certificateAuthorityData!,
if (connectionType != null) 'connectionType': connectionType!,
if (host != null) 'host': host!,
};