fromMap property
Implementation
static Map<String, StrategyAttributePlatformName> fromMap = {
'linux': StrategyAttributePlatformName.linux,
'windows': StrategyAttributePlatformName.windows,
'macos': StrategyAttributePlatformName.macos,
'android': StrategyAttributePlatformName.android,
'ios': StrategyAttributePlatformName.ios
};