InboxMessageStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use inboxMessageStatusDescriptor instead')
const InboxMessageStatus$json = const {
  '1': 'InboxMessageStatus',
  '2': const [
    const {'1': 'IMS_UNKNOWN', '2': 0},
    const {'1': 'TO_DELIVER', '2': 1},
    const {'1': 'SCHEDULED', '2': 2},
    const {'1': 'DELIVERED', '2': 3},
    const {'1': 'TO_CATCH_UP', '2': 4},
  ],
};