FrancoPhoneCountry constructor

FrancoPhoneCountry(
  1. String name,
  2. String countryCode
)

Implementation

FrancoPhoneCountry(this.name, this.countryCode);