OptionRestrictionRegex constructor

OptionRestrictionRegex(
  1. {String? label,
  2. String? pattern}
)

Implementation

OptionRestrictionRegex({
  this.label,
  this.pattern,
});