ListBrandsResponse constructor

ListBrandsResponse({
  1. List<Brand>? brands,
})

Implementation

ListBrandsResponse({
  this.brands,
});