ProgramRule constructor
ProgramRule({})
Implementation
ProgramRule(
{String? id,
String? name,
this.description,
required this.condition,
this.program,
this.programRuleActions,
required bool dirty})
: super(id: id, name: name, dirty: dirty);