SendData$json top-level constant

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

Implementation

@$core.Deprecated('Use sendDataDescriptor instead')
const SendData$json = {
  '1': 'SendData',
  '2': [
    {'1': 'to', '3': 1, '4': 3, '5': 9, '10': 'to'},
    {'1': 'label', '3': 2, '4': 1, '5': 9, '10': 'label'},
    {'1': 'payload', '3': 3, '4': 2, '5': 9, '10': 'payload'},
  ],
};