toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (consumerPscAddress != null)
'consumerPscAddress': consumerPscAddress!,
if (pscConnectionId != null) 'pscConnectionId': pscConnectionId!,
if (pscConnectionStatus != null)
'pscConnectionStatus': pscConnectionStatus!,
};