ShellResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use shellResponseDescriptor instead')
const ShellResponse$json = {
  '1': 'ShellResponse',
  '2': [
    {'1': 'data_out', '3': 1, '4': 1, '5': 9, '10': 'dataOut'},
    {'1': 'data_err', '3': 2, '4': 1, '5': 9, '10': 'dataErr'},
    {'1': 'eof', '3': 3, '4': 1, '5': 8, '10': 'eof'},
  ],
};