ValidityState class - dart:html library (original) (raw)

Annotations

Properties

badInputbool?

no setter

customErrorbool?

no setter

hashCodeint

The hash code for this object.

no setterinherited

patternMismatchbool?

no setter

rangeOverflowbool?

no setter

rangeUnderflowbool?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

stepMismatchbool?

no setter

tooLongbool?

no setter

tooShortbool?

no setter

typeMismatchbool?

no setter

validbool?

no setter

valueMissingbool?

no setter

Methods

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited