NotificationConfig_MessageFormat$json top-level constant

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

Implementation

@$core.Deprecated('Use notificationConfigDescriptor instead')
const NotificationConfig_MessageFormat$json = const {
  '1': 'MessageFormat',
  '2': const [
    const {'1': 'MESSAGE_FORMAT_UNSPECIFIED', '2': 0},
    const {'1': 'PROTO', '2': 1},
    const {'1': 'JSON', '2': 2},
  ],
};