FilterAction constructor

FilterAction({
  1. List<String>? addLabelIds,
  2. String? forward,
  3. List<String>? removeLabelIds,
})

Implementation

FilterAction({
  this.addLabelIds,
  this.forward,
  this.removeLabelIds,
});