topLevelFields constant

List<String> const topLevelFields

Known top level fields. Useful for Serializer methods.

Implementation

static const topLevelFields = [
  'id',
  'type',
  'cid',
  'config',
  'created_by',
  'frozen',
  'last_message_at',
  'created_at',
  'updated_at',
  'deleted_at',
  'member_count',
  'team',
  'cooldown',
];