serCountryCode method

void serCountryCode(
  1. dynamic value
)

Implementation

void serCountryCode(value) {
  countryCode = value;
}