CourierBrandResponse constructor

CourierBrandResponse({
  1. CourierBrandData? data,
})

Implementation

CourierBrandResponse({
  this.data,
});