$ProductStatusStatusMap top-level constant

Map<ProductStatusStatus, String> const $ProductStatusStatusMap

Implementation

const $ProductStatusStatusMap = {
  ProductStatusStatus.healthy: 'HEALTHY',
  ProductStatusStatus.degraded: 'DEGRADED',
  ProductStatusStatus.down: 'DOWN'
};