toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backendService != null) 'backendService': backendService!,
if (forwardingRule != null) 'forwardingRule': forwardingRule!,
if (healthCheck != null) 'healthCheck': healthCheck!,
if (healthCheckService != null)
'healthCheckService': healthCheckService!,
if (healthState != null) 'healthState': healthState!,
};