DeploymentType$json top-level constant

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

Implementation

@$core.Deprecated('Use deploymentTypeDescriptor instead')
const DeploymentType$json = const {
  '1': 'DeploymentType',
  '2': const [
    const {'1': 'STANDALONE', '2': 0},
    const {'1': 'APPENGINE_EMULATOR', '2': 1},
    const {'1': 'APPENGINE_CLOUD', '2': 2},
  ],
};