DoubleField class

Inheritance

Constructors

DoubleField.new({bool isRequired = false, List<dynamic Function(String)> validators = const []})

Properties

field Stream<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isRequired bool
finalinherited
isValid bool
no setterinherited
isValidStream Stream<bool>
no setterinherited
onErrorChange → dynamic Function(String)
no setterinherited
onValueChange → dynamic Function(String)
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<dynamic Function(String)>
finalinherited
value String?
no setterinherited

Methods

getValidatos() List<dynamic Function(String)>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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