PlanPruneInput constructor

PlanPruneInput({
  1. required String planId,
  2. required DateTime timestamp,
  3. required String path,
})

Creates a new PlanPruneInput.

Implementation

PlanPruneInput({
  required this.planId,
  required this.timestamp,
  required this.path,
});