AppConfigData constructor

AppConfigData({
  1. bool? showLogs,
})

Implementation

AppConfigData({
  this.showLogs,
});