AutoTriggerChecks constructor

const AutoTriggerChecks({
  1. required int appId,
  2. bool? setting = true,
})

Implementation

const AutoTriggerChecks({
  required this.appId,
  this.setting = true,
});