AppSettings constructor

const AppSettings({
  1. String themeName = 'dark',
  2. String? lastSelectedDeviceId,
})

Implementation

const AppSettings({
  this.themeName = 'dark',
  this.lastSelectedDeviceId,
});