SettingsSample constructor

SettingsSample({
  1. String? name,
  2. String? help,
  3. SettingsSampleSettings? settings,
})

Implementation

SettingsSample({
  this.name,
  this.help,
  this.settings,
});