RunSkippedWhen constructor
RunSkippedWhen({
- UiFeedbackElementAttributesConfig? applyAttributesInstead,
- UiFeedbackElementContentConfig? applyContentInstead,
- bool? applyDefaultAttributes,
- bool? applyDefaultContent,
- int? codeEquals,
Implementation
RunSkippedWhen({
this.applyAttributesInstead,
this.applyContentInstead,
this.applyDefaultAttributes,
this.applyDefaultContent,
this.codeEquals,
});