command$json top-level constant

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

Implementation

@$core.Deprecated('Use commandDescriptor instead')
const command$json = {
  '1': 'Command',
  '2': [
    {'1': 'op_code', '3': 1, '4': 1, '5': 14, '6': '.dfu.OpCode', '10': 'opCode'},
    {'1': 'init', '3': 2, '4': 1, '5': 11, '6': '.dfu.InitCommand', '10': 'init'},
    {'1': 'reset', '3': 3, '4': 1, '5': 11, '6': '.dfu.ResetCommand', '10': 'reset'},
  ],
};