IdentifierWithEmailAttributes$json top-level constant

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

Implementation

@$core.Deprecated('Use identifierWithEmailAttributesDescriptor instead')
const IdentifierWithEmailAttributes$json = {
  '1': 'IdentifierWithEmailAttributes',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 4, '8': {}, '10': 'id'},
    {'1': 'subject', '3': 10, '4': 1, '5': 9, '10': 'subject'},
    {'1': 'recipients', '3': 11, '4': 3, '5': 9, '10': 'recipients'},
    {'1': 'body', '3': 12, '4': 1, '5': 9, '10': 'body'},
  ],
};