WafAction constructor

WafAction({
  1. required WafActionType type,
})

Implementation

WafAction({
  required this.type,
});