Field class abstract

Implementers

Constructors

Field.new({required List<dynamic Function(String)> validators, required bool isRequired})

Properties

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

Methods

getValidatos() List<dynamic Function(String)>
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