menu
flutter_release_x package
documentation
models/app_config_model.dart
HookStepModel
allowFailure property
allowFailure property
dark_mode
light_mode
allowFailure
property
bool
allowFailure
final
If
true
, a failing step is logged but does NOT abort the hook.
Implementation
final bool allowFailure;
flutter_release_x package
documentation
models/app_config_model
HookStepModel
allowFailure property
HookStepModel class