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