JobType$json top-level constant

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

Implementation

@$core.Deprecated('Use jobTypeDescriptor instead')
const JobType$json = {
  '1': 'JobType',
  '2': [
    {'1': 'CONNECT', '2': 0},
    {'1': 'DISCONNECT', '2': 1},
  ],
};