Dart SDK
dart:html
ValidityState
property runtimeType
runtimeType
class ValidityState
Properties
badInput
customError
patternMismatch
rangeOverflow
rangeUnderflow
stepMismatch
tooLong
tooShort
typeMismatch
valid
valueMissing
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType