GrxPostalCodeRule constructor

const GrxPostalCodeRule({
  1. String? regex,
  2. List<String>? patterns,
  3. String? hint,
  4. bool stripNonDigits = false,
  5. List<String>? examples,
})

Implementation

const GrxPostalCodeRule({
  this.regex,
  this.patterns,
  this.hint,
  this.stripNonDigits = false,
  this.examples,
});