AppType$json top-level constant

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

Implementation

@$core.Deprecated('Use appTypeDescriptor instead')
const AppType$json = {
  '1': 'AppType',
  '2': [
    {'1': 'APP_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'APP_TYPE_SINGLE_MACHINE', '2': 1},
    {'1': 'APP_TYPE_MULTI_MACHINE', '2': 2},
  ],
};