ProgramRuleAction constructor
ProgramRuleAction({
- String? id,
- String? name,
- String? description,
- String? content,
- String? displayContent,
- required dynamic programRuleActionType,
- String? evaluationTime,
- dynamic programRule,
- String? dataElement,
- String? trackedEntityAttribute,
- String? data,
- String? section,
- String? option,
- String? optionGroup,
- required bool dirty,
Implementation
ProgramRuleAction(
{String? id,
String? name,
this.description,
this.content,
this.displayContent,
required this.programRuleActionType,
this.evaluationTime,
this.programRule,
this.dataElement,
this.trackedEntityAttribute,
this.data,
this.section,
this.option,
this.optionGroup,
required bool dirty})
: super(id: id, name: name, dirty: dirty);