Settings constructor

Settings({
  1. required SettingsData data,
})

Implementation

Settings({
  required this.data,
});