setBrandId method

dynamic setBrandId(
  1. String value
)

Implementation

setBrandId(String value) {
  _brandId = value;
}