requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'username',
'full_name',
'enrollments',
'completions',
'last_active',
'time_spent',
'engagement_index',
'performance_index',
};