CountryInfo constructor

CountryInfo(
  1. String code,
  2. String name,
  3. int dialCode
)

Implementation

CountryInfo(this.code, this.name, this.dialCode);