Covid19CountryAllStatus constructor
Implementation
const Covid19CountryAllStatus(
{this.country,
this.countryCode,
this.province,
this.city,
this.cityCode,
this.lat,
this.lon,
this.confirmed,
this.deaths,
this.recovered,
this.active,
this.date});