setIndustry method

dynamic setIndustry(
  1. String value
)

Implementation

setIndustry(String value) {
  _industry = value;
}