Conversation$json top-level constant

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

Implementation

@$core.Deprecated('Use conversationDescriptor instead')
const Conversation$json = const {
  '1': 'Conversation',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'admin_id', '3': 2, '4': 1, '5': 9, '10': 'adminId'},
    const {'1': 'image', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'image', '17': true},
    const {'1': 'users', '3': 4, '4': 3, '5': 11, '6': '.Nuntio.User', '10': 'users'},
    const {'1': 'updated_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updatedAt'},
    const {'1': 'created_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    const {'1': 'last_message', '3': 7, '4': 1, '5': 11, '6': '.Nuntio.Message', '10': 'lastMessage'},
    const {'1': 'most_recently_read', '3': 8, '4': 3, '5': 11, '6': '.Nuntio.MessageRead', '10': 'mostRecentlyRead'},
  ],
  '8': const [
    const {'1': '_image'},
  ],
};