Country constructor

Country(
  1. String name,
  2. String isoCode,
  3. String flagAsset
)

Implementation

Country(this.name, this.isoCode, this.flagAsset);