NotificationType$json top-level constant
- @Deprecated('Use notificationTypeDescriptor instead')
Implementation
@$core.Deprecated('Use notificationTypeDescriptor instead')
const NotificationType$json = {
'1': 'NotificationType',
'2': [
{'1': 'NOTIFICATION_TYPE_Unspecified', '2': 0},
{'1': 'NOTIFICATION_TYPE_Email', '2': 1},
{'1': 'NOTIFICATION_TYPE_SMS', '2': 2},
],
};