RegexValidator class
Constructors
- RegexValidator(RegExp pattern, {String? message})
- 
          
            const
Properties
Methods
- 
  combine(Validator< String> other) → Validator<String> 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  shouldRevalidate(FormKey source) → bool 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  validate(BuildContext context, String? value, FormValidationMode state) → FutureOr< ValidationResult?> 
- 
  
  override
Operators
- 
  operator &(Validator< String> other) → Validator<String> 
- 
  
  inherited
- 
  operator +(Validator< String> other) → Validator<String> 
- 
  
  inherited
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override
- 
  operator unary-() → Validator< String> 
- 
  
  inherited
- 
  operator |(Validator< String> other) → Validator<String> 
- 
  
  inherited
- 
  operator ~() → Validator< String> 
- 
  
  inherited