keys property

  1. @override
Map<String, Map<String, String>> get keys
override

Implementation

@override
Map<String, Map<String, String>> get keys => {
  'en_US': {
    'covid': 'Corona Virus',
    'total_confirmed': 'Total Confirmed',
    'total_deaths': 'Total Deaths',
  },
  'pt_BR': {
    'covid': 'Corona VĂ­rus',
    'total_confirmed': 'Total confirmado',
    'total_deaths': 'Total de mortes',
  },
};