SettingsSampleSettings constructor

SettingsSampleSettings({
  1. Brand? brandName,
})

Implementation

SettingsSampleSettings({
  this.brandName,
  this.brandLogo,
});