setBrandName method

dynamic setBrandName(
  1. String value
)

Implementation

setBrandName(String value) {
  _brandName = value;
}