ParameterConstraints constructor

ParameterConstraints({
  1. bool? required,
})

Implementation

ParameterConstraints({
  this.required,
});