SupportedPlatform$json top-level constant

  1. @Deprecated('Use supportedPlatformDescriptor instead')
Map<String, Object> const SupportedPlatform$json

Implementation

@$core.Deprecated('Use supportedPlatformDescriptor instead')
const SupportedPlatform$json = {
  '1': 'SupportedPlatform',
  '2': [
    {'1': 'PLATFORM_UNDEFINED', '2': 0},
    {'1': 'ANDROID', '2': 1},
    {'1': 'IOS', '2': 2},
    {'1': 'WEB', '2': 3},
  ],
};