topLevelFields constant

List<String> const topLevelFields

Known top level fields.

Useful for Serializer methods.

Implementation

static const topLevelFields = [
  'id',
  'role',
  'created_at',
  'updated_at',
  'last_active',
  'online',
  'banned',
  'ban_expires',
  'teams',
  'language',
];