TcxAbstractStep constructor

TcxAbstractStep({
  1. required TcxStepId stepId,
})

Implementation

TcxAbstractStep({
  required this.stepId,
});