Covid19CountryEx constructor
Implementation
Covid19CountryEx(
{this.country,
this.countryCode,
this.province,
this.city,
this.cityCode,
this.lat,
this.lon,
this.cases,
this.status,
this.date});
Covid19CountryEx(
{this.country,
this.countryCode,
this.province,
this.city,
this.cityCode,
this.lat,
this.lon,
this.cases,
this.status,
this.date});