toJson method
Implementation
@override
Object toJson() => {
'backendService': ?backendService?.toJson(),
'forwardingRule': ?forwardingRule?.toJson(),
'healthCheck': ?healthCheck?.toJson(),
'healthCheckService': ?healthCheckService?.toJson(),
'healthState': ?healthState,
'ipv6HealthState': ?ipv6HealthState,
};