ValidatorHealth$json top-level constant

  1. @Deprecated('Use validatorHealthDescriptor instead')
Map<String, Object> const ValidatorHealth$json

Implementation

@$core.Deprecated('Use validatorHealthDescriptor instead')
const ValidatorHealth$json = {
  '1': 'ValidatorHealth',
  '2': [
    {'1': 'Ok', '2': 0},
    {'1': 'Unhealthy', '2': 1},
    {'1': 'Unknown', '2': 2},
  ],
};