- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- ValidityState
- Annotations
- @DocsEditable()
- @DomName('ValidityState')
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
Properties
- badInput → bool
-
@DocsEditable(), @DomName('ValidityState.badInput'), read-only
- customError → bool
-
@DocsEditable(), @DomName('ValidityState.customError'), read-only
- patternMismatch → bool
-
@DocsEditable(), @DomName('ValidityState.patternMismatch'), read-only
- rangeOverflow → bool
-
@DocsEditable(), @DomName('ValidityState.rangeOverflow'), read-only
- rangeUnderflow → bool
-
@DocsEditable(), @DomName('ValidityState.rangeUnderflow'), read-only
- stepMismatch → bool
-
@DocsEditable(), @DomName('ValidityState.stepMismatch'), read-only
- tooLong → bool
-
@DocsEditable(), @DomName('ValidityState.tooLong'), read-only
- tooShort → bool
-
@DocsEditable(), @DomName('ValidityState.tooShort'), @Experimental(), read-only
- typeMismatch → bool
-
@DocsEditable(), @DomName('ValidityState.typeMismatch'), read-only
- valid → bool
-
@DocsEditable(), @DomName('ValidityState.valid'), read-only
- valueMissing → bool
-
@DocsEditable(), @DomName('ValidityState.valueMissing'), read-only
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited