requiredKeys constant

Set<String> const requiredKeys

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

Implementation

static const requiredKeys = <String>{
  'position',
  'name',
  'account',
  'status',
  'skin',
  'level',
  'total_xp',
  'mining_level',
  'mining_total_xp',
  'woodcutting_level',
  'woodcutting_total_xp',
  'fishing_level',
  'fishing_total_xp',
  'weaponcrafting_level',
  'weaponcrafting_total_xp',
  'gearcrafting_level',
  'gearcrafting_total_xp',
  'jewelrycrafting_level',
  'jewelrycrafting_total_xp',
  'cooking_level',
  'cooking_total_xp',
  'alchemy_level',
  'alchemy_total_xp',
  'gold',
};