PlatformType$json top-level constant

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

Implementation

@$core.Deprecated('Use platformTypeDescriptor instead')
const PlatformType$json = const {
  '1': 'PlatformType',
  '2': const [
    const {'1': 'PLATFORM_NOT_SPECIFIED', '2': 0},
    const {'1': 'PLATFORM_WEB', '2': 1},
    const {'1': 'PLATFORM_ANDROID', '2': 2},
    const {'1': 'PLATFORM_IOS', '2': 3},
    const {'1': 'PLATFORM_MACOS', '2': 4},
    const {'1': 'PLATFORM_LINUX', '2': 5},
    const {'1': 'PLATFORM_WINDOWS', '2': 6},
    const {'1': 'PLATFORM_BACKEND', '2': 7},
  ],
};