RestrictionEvaluation constructor

RestrictionEvaluation({
  1. String? state,
})

Implementation

RestrictionEvaluation({
  this.state,
});