AppLocalSettingModel constructor

AppLocalSettingModel({
  1. required int themeIndex,
  2. int themeModel = 0,
})

Implementation

AppLocalSettingModel({required this.themeIndex, this.themeModel = 0});