ValidityState

注释
  • @Native("ValidityState")

属性

badInput bool?
没有设置器
customError bool?
没有设置器
hashCode int
此对象的哈希码。
没有设置器继承
patternMismatch bool?
没有设置器
rangeOverflow bool?
没有设置器
rangeUnderflow bool?
没有设置器
runtimeType Type
对象的运行时类型的表示。
没有设置器继承
stepMismatch bool?
没有设置器
tooLong bool?
没有设置器
tooShort bool?
没有设置器
typeMismatch bool?
没有设置器
valid bool?
没有设置器
valueMissing bool?
没有设置器

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承