bool isEnabledField(String fieldEnum, {bool defaultValue = true}) { return _formGroup[fieldEnum]?.isEnabled ?? defaultValue; }