requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'attachments',
'cid',
'created_at',
'custom',
'deleted_reply_count',
'html',
'id',
'latest_reactions',
'mentioned_users',
'own_reactions',
'pinned',
'reaction_counts',
'reaction_groups',
'reaction_scores',
'reply_count',
'shadowed',
'silent',
'text',
'type',
'updated_at',
};