DartValidatorGenerationOptions<V extends Validator > class
abstract
Implemented types
Implementers
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
Methods
dartTypeFor (V validator )
→ String
The Dart type name for the given validator type.
getDartTypeGenerator (V validator )
→ GeneratorExtras ?
Return a Dart type generator for the validator type if necessary.
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selfCreateString (V validator )
→ String
Returns Dart code that re-creates the Validatable instance
or the equivalent Converter instance that can be used to convert
properties of the type the validator validates.
toString ()
→ String
A string representation of this object.
inherited