setCountry method

dynamic setCountry(
  1. String value
)

Implementation

setCountry(String value) {
  _country = value;
}