Dart SDK
dart:html
ValidityState
class
ValidityState
Properties
Properties
badInput
customError
patternMismatch
rangeOverflow
rangeUnderflow
stepMismatch
tooLong
typeMismatch
valid
valueMissing
(Not documented.)
Annotations
DocsEditable()
DomName('ValidityState')
Properties
bool
badInput
read-only
bool
customError
read-only
bool
patternMismatch
read-only
bool
rangeOverflow
read-only
bool
rangeUnderflow
read-only
bool
stepMismatch
read-only
bool
tooLong
read-only
bool
typeMismatch
read-only
bool
valid
read-only
bool
valueMissing
read-only