Email$json top-level constant
Implementation
@$core.Deprecated('Use emailDescriptor instead')
const Email$json = const {
'1': 'Email',
'2': const [
const {'1': 'to', '3': 1, '4': 1, '5': 9, '10': 'to'},
const {'1': 'subject', '3': 2, '4': 1, '5': 9, '10': 'subject'},
const {'1': 'html', '3': 3, '4': 1, '5': 9, '10': 'html'},
const {'1': 'text', '3': 4, '4': 1, '5': 9, '10': 'text'},
const {'1': 'require_devlivery', '3': 5, '4': 1, '5': 8, '10': 'requireDevlivery'},
],
};