BatchRun constructor

const BatchRun({
  1. required Enum step,
})

Implementation

const BatchRun({
  required this.step,
});