CourierBrandSettings constructor

CourierBrandSettings({
  1. CourierBrandInApp? inapp,
  2. CourierBrandColors? colors,
})

Implementation

CourierBrandSettings({
  this.inapp,
  this.colors,
});