ApplyPhase2Result constructor

const ApplyPhase2Result({
  1. required List<String> commands,
  2. required List<String> pathsTouched,
  3. required List<String> outsideDeclaredSet,
  4. RegenFailure? failure,
})

Implementation

const ApplyPhase2Result({
  required this.commands,
  required this.pathsTouched,
  required this.outsideDeclaredSet,
  this.failure,
});