ContentRedaction constructor
ContentRedaction({
- required RedactionOutput redactionOutput,
- required RedactionType redactionType,
Implementation
ContentRedaction({
required this.redactionOutput,
required this.redactionType,
});