ValuePropertyValidator class
- Inheritance
- 
    - Object
- PropertyValidator<Value> 
- ValuePropertyValidator
 
- Annotations
- 
    - @Injectable.new()
 
Constructors
Properties
Methods
- 
  getType() → Type 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  set(WidgetValidator validator) → void 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  validate(Value value, ValidationContext context) → void 
- 
  
  override
- 
  validateBinding(String binding, TypeChecker< TypeInfo> typeChecker) → void
- 
  validateI18N(String key) → void 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited