DobValueAccessor class
Constructors
Properties
Methods
-
dispose(
) → void -
Disposes the value accessors.
inherited
-
modelToViewValue(
DateTime? modelValue) → DigitDOBAge? - Returns the value that must be supplied to the UI widget.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerControl(
FormControl< DateTime> control, {ChangeFunction<DigitDOBAge> ? onChange}) → void -
Registers a the
control
with the value accessor.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
updateModel(
DigitDOBAge? viewValue) → void -
Updates the
control
with the provided value.inherited -
viewToModelValue(
DigitDOBAge? viewValue) → DateTime? - Returns the value that must be supplied to the control.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited