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