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