setCountryCode method

void setCountryCode(
  1. CountryCode value
)

Implementation

void setCountryCode(CountryCode value) {
  state = state.copyWith(countryCode: value);
}