TableActivity$json top-level constant

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

Implementation

@$core.Deprecated('Use tableActivityDescriptor instead')
const TableActivity$json = {
  '1': 'TableActivity',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    {'1': 'status', '3': 3, '4': 1, '5': 9, '10': 'status'},
    {'1': 'created_date', '3': 5, '4': 1, '5': 9, '10': 'createdDate'},
    {'1': 'payments', '3': 6, '4': 3, '5': 11, '6': '.orders.v1.Payment', '10': 'payments'},
  ],
};