DartIntRangeGeneratorOptions class

Implemented types

Constructors

DartIntRangeGeneratorOptions()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dartTypeFor(IntRangeValidator validator) String
The Dart type name for the given validator type.
override
getDartTypeGenerator(IntRangeValidator validator) GeneratorExtras?
Return a Dart type generator for the validator type if necessary.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selfCreateString(IntRangeValidator 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.
override
toString() String
A string representation of this object.
inherited

Operators

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