ContentRedaction constructor

ContentRedaction({
  1. required RedactionOutput redactionOutput,
  2. required RedactionType redactionType,
})

Implementation

ContentRedaction({
  required this.redactionOutput,
  required this.redactionType,
});