Runtime$json top-level constant

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

Implementation

@$core.Deprecated('Use runtimeDescriptor instead')
const Runtime$json = {
  '1': 'Runtime',
  '2': [
    {'1': 'RUNTIME_UNSPECIFIED', '2': 0},
    {'1': 'MIDDLEWARE_CORE', '2': 1},
    {'1': 'RUNTIME_CPP', '2': 2},
    {'1': 'RUNTIME_DART', '2': 3},
    {'1': 'RUNTIME_JAVA', '2': 4},
    {'1': 'RUNTIME_PYTHON', '2': 5},
  ],
};