NIMDndConfig constructor

NIMDndConfig({
  1. bool? showDetail,
  2. bool? dndOn,
  3. int? fromH,
  4. int? fromM,
  5. int? toH,
  6. int? toM,
})

Implementation

NIMDndConfig({
  this.showDetail,
  this.dndOn,
  this.fromH,
  this.fromM,
  this.toH,
  this.toM,
});