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