updateBranding static method

dynamic updateBranding(
  1. Brands value
)

Implementation

static updateBranding(Brands value) {
  brand = value;
}