RunSkippedWhen constructor

RunSkippedWhen({
  1. UiFeedbackElementAttributesConfig? applyAttributesInstead,
  2. UiFeedbackElementContentConfig? applyContentInstead,
  3. bool? applyDefaultAttributes,
  4. bool? applyDefaultContent,
  5. int? codeEquals,
})

Implementation

RunSkippedWhen({
    this.applyAttributesInstead,
    this.applyContentInstead,
    this.applyDefaultAttributes,
    this.applyDefaultContent,
    this.codeEquals,
});