toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (displayName != null) 'displayName': displayName!,
if (networkUri != null) 'networkUri': networkUri!,
if (primaryEndpointIp != null) 'primaryEndpointIp': primaryEndpointIp!,
if (readEndpointIp != null) 'readEndpointIp': readEndpointIp!,
if (region != null) 'region': region!,
if (uri != null) 'uri': uri!,
};