RuleAction constructor

RuleAction({
  1. required String variant,
})

Implementation

RuleAction({
  required this.variant,
});