toMap property

Map<StrategyAttributeDeviceName, String> toMap
getter/setter pair

Implementation

static Map<StrategyAttributeDeviceName, String> toMap = {
  StrategyAttributeDeviceName.browser: 'browser',
  StrategyAttributeDeviceName.mobile: 'mobile',
  StrategyAttributeDeviceName.desktop: 'desktop',
  StrategyAttributeDeviceName.server: 'server',
  StrategyAttributeDeviceName.watch: 'watch',
  StrategyAttributeDeviceName.embedded: 'embedded'
};