topLevelFields property

List<String> topLevelFields
final

Known top level fields. Useful for Serializer methods.

Implementation

static final topLevelFields = [
  'type',
  'cid',
  'connection_id',
  'created_at',
  'me',
  'user',
  'message',
  'total_unread_count',
  'unread_channels',
  'reaction',
  'online',
  'channel',
  'member',
  'channel_id',
  'channel_type',
  'parent_id',
  'hard_delete',
  'is_local',
];