Covid19CountryBase constructor

Covid19CountryBase(
  1. {String country,
  2. String slug,
  3. String iso2}
)

Implementation

Covid19CountryBase({this.country, this.slug, this.iso2});