NotificationType$json top-level constant

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

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},
  ],
};