toMap property

Map<StrategyAttributePlatformName, String> toMap
getter/setter pair

Implementation

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