TheCountryNumber constructor

TheCountryNumber()

get access to the already created instance of TheCountryNumber

Implementation

factory TheCountryNumber() {
  return _countryNumber;
}