requiredKeys constant

Set<String> const requiredKeys

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

Implementation

static const requiredKeys = <String>{
  'template_name',
  'display_name',
  'description',
  'profile_image',
  'initial_message',
  'suggested_message',
  'theme',
  'user_message_color',
  'mentor_bubble_color',
  'align_mentor_bubble',
};