MaxCountRule constructor

MaxCountRule({
  1. required bool enabled,
  2. bool? deleteSourceFromS3,
  3. int? maxCount,
})

Implementation

MaxCountRule({
  required this.enabled,
  this.deleteSourceFromS3,
  this.maxCount,
});