requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'allowed_file_extensions',
'allowed_mime_types',
'blocked_file_extensions',
'blocked_mime_types',
'size_limit',
};