Validator<T>  class 
    abstract
 
Validates a given value. Custom validators should implement this class so that they can interface with Former internals.
- Implementers
Constructors
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  validate(T? value) → bool 
- 
  Validates value. Returns whether the value is valid.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited