$ProductStatusBreakdownRefreshIntervalMap top-level constant

Map<ProductStatusBreakdownRefreshInterval, String> const $ProductStatusBreakdownRefreshIntervalMap

Implementation

const $ProductStatusBreakdownRefreshIntervalMap = {
  ProductStatusBreakdownRefreshInterval.normal: 'NORMAL',
  ProductStatusBreakdownRefreshInterval.delayed: 'DELAYED',
  ProductStatusBreakdownRefreshInterval.stopped: 'STOPPED'
};