CourierBrandData constructor

CourierBrandData({
  1. CourierBrand? brand,
})

Implementation

CourierBrandData({
  this.brand,
});