ValidityStateFlags constructor

ValidityStateFlags({
  1. bool valueMissing,
  2. bool typeMismatch,
  3. bool patternMismatch,
  4. bool tooLong,
  5. bool tooShort,
  6. bool rangeUnderflow,
  7. bool rangeOverflow,
  8. bool stepMismatch,
  9. bool badInput,
  10. bool customError,
})

Implementation

external factory ValidityStateFlags({
  bool valueMissing,
  bool typeMismatch,
  bool patternMismatch,
  bool tooLong,
  bool tooShort,
  bool rangeUnderflow,
  bool rangeOverflow,
  bool stepMismatch,
  bool badInput,
  bool customError,
});