requiredKeys constant

Set<String> const requiredKeys

The list of required keys that must be present in a JSON.

Implementation

static const requiredKeys = <String>{
  'automod',
  'automod_behavior',
  'commands',
  'connect_events',
  'created_at',
  'custom_events',
  'mark_messages_pending',
  'max_message_length',
  'mutes',
  'name',
  'polls',
  'push_notifications',
  'quotes',
  'reactions',
  'read_events',
  'reminders',
  'replies',
  'search',
  'typing_events',
  'updated_at',
  'uploads',
  'url_enrichment',
};