DartFloatRangeGeneratorOptions class

Implemented types

Constructors

DartFloatRangeGeneratorOptions()
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(FloatRangeValidator validator) String
The Dart type name for the given validator type.
override
getDartTypeGenerator(FloatRangeValidator 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(FloatRangeValidator 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