CfiStep constructor

CfiStep({
  1. required String type,
  2. required int stepLength,
  3. required String? idAssertion,
})

Implementation

CfiStep({
  required this.type,
  required this.stepLength,
  required this.idAssertion,
});