$BooleanPolicy constructor

$BooleanPolicy({
  1. bool? enforced,
})

Implementation

$BooleanPolicy({
  this.enforced,
});