toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  'degradedHostCount': ?degradedHostCount,
  'degradedInfraCount': ?degradedInfraCount,
  'healthStatus': ?healthStatus,
  'healthyHostCount': ?healthyHostCount,
  'healthyInfraCount': ?healthyInfraCount,
};