MfaSetting constructor

MfaSetting({
  1. required bool enable,
  2. int? priority,
  3. bool? mandatory,
})

Implementation

MfaSetting({required this.enable, this.priority, this.mandatory});