RestrictionChange constructor

RestrictionChange({
  1. String? feature,
  2. String? newRestriction,
})

Implementation

RestrictionChange({
  this.feature,
  this.newRestriction,
});