setDistrict method

dynamic setDistrict(
  1. String value
)

Implementation

setDistrict(String value) {
  _district = value;
}