PropertyValidator<T> class abstract

Implementers
Annotations
  • @Injectable.new(factory: false)

Constructors

PropertyValidator()

Properties

hashCode int
The hash code for this object.
no setterinherited
register bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getType() Type
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(WidgetValidator validator) → void
toString() String
A string representation of this object.
inherited
validate(T value, ValidationContext context) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited