toJson method

  1. @override
Object toJson()

Implementation

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