updatedAtValuePatch method
Implementation
void updatedAtValuePatch(
DateTime value, {
bool updateParent = true,
bool emitEvent = true,
}) {
updatedAtControl.patchValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}
void updatedAtValuePatch(
DateTime value, {
bool updateParent = true,
bool emitEvent = true,
}) {
updatedAtControl.patchValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}