Status_StatusCode$json top-level constant

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

Implementation

@$core.Deprecated('Use statusDescriptor instead')
const Status_StatusCode$json = {
  '1': 'StatusCode',
  '2': [
    {'1': 'STATUS_CODE_UNSET', '2': 0},
    {'1': 'STATUS_CODE_OK', '2': 1},
    {'1': 'STATUS_CODE_ERROR', '2': 2},
  ],
};