SettingsSample constructor
SettingsSample({
- String? name,
- String? help,
- SettingsSampleSettings? settings,
Implementation
SettingsSample({
this.name,
this.help,
this.settings,
});