forEvent method

List<ProgramRuleAction> forEvent({
  1. TrackedEntityAttributeValue? attributeValue,
})

Implementation

List<ProgramRuleAction> forEvent(
    {TrackedEntityAttributeValue? attributeValue}) {
  return [];
}