ExceptionRuleProperty.fromValue constructor

const ExceptionRuleProperty.fromValue(
  1. RecurrenceRuleValue value
)

Implementation

const ExceptionRuleProperty.fromValue(RecurrenceRuleValue value)
    : super("EXRULE", value);