toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (authentication != null) 'authentication': authentication!,
if (connectorId != null) 'connectorId': connectorId!,
if (endpoint != null) 'endpoint': endpoint!,
};