Invite$json top-level constant

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

Implementation

@$core.Deprecated('Use inviteDescriptor instead')
const Invite$json = const {
  '1': 'Invite',
  '2': const [
    const {'1': 'topic', '3': 1, '4': 1, '5': 9, '10': 'topic'},
    const {'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
    const {'1': 'content', '3': 3, '4': 1, '5': 9, '10': 'content'},
    const {'1': 'accept', '3': 4, '4': 1, '5': 8, '10': 'accept'},
  ],
};