Contact$json top-level constant

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

Implementation

@$core.Deprecated('Use contactDescriptor instead')
const Contact$json = const {
  '1': 'Contact',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'from_user_id', '3': 2, '4': 1, '5': 9, '10': 'fromUserId'},
    const {'1': 'to_user_id', '3': 3, '4': 1, '5': 9, '10': 'toUserId'},
    const {'1': 'from', '3': 4, '4': 1, '5': 11, '6': '.Nuntio.User', '10': 'from'},
    const {'1': 'to', '3': 5, '4': 1, '5': 11, '6': '.Nuntio.User', '10': 'to'},
    const {'1': 'accepted', '3': 6, '4': 1, '5': 8, '10': 'accepted'},
    const {'1': 'accepted_at', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'acceptedAt'},
    const {'1': 'sent_at', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'sentAt'},
  ],
};