packet$json top-level constant

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

Implementation

@$core.Deprecated('Use packetDescriptor instead')
const packet$json = {
  '1': 'Packet',
  '2': [
    {'1': 'command', '3': 1, '4': 1, '5': 11, '6': '.dfu.Command', '10': 'command'},
    {'1': 'signed_command', '3': 2, '4': 1, '5': 11, '6': '.dfu.SignedCommand', '10': 'signedCommand'},
  ],
};