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