TestEvent$json top-level constant

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

Implementation

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