setDirty method

  1. @override
AbstractControl setDirty(
  1. bool dirty
)
inherited

Set marker "Value has changed" Установить маркер "Значение изменилось"

Implementation

@override
AbstractControl setDirty(bool dirty) {
  final _$actionInfo = _$_FormAbstractGroupActionController.startAction(
      name: '_FormAbstractGroup.setDirty');
  try {
    return super.setDirty(dirty);
  } finally {
    _$_FormAbstractGroupActionController.endAction(_$actionInfo);
  }
}