Brand constructor

Brand({
  1. String? name,
})

Implementation

Brand({
  this.name,
});