CustomStep constructor

CustomStep({
  1. String? content,
  2. String? additionalInfo,
  3. String? expected,
  4. String? refs,
  5. int? sharedStepId,
})

Implementation

CustomStep({
  this.content,
  this.additionalInfo,
  this.expected,
  this.refs,
  this.sharedStepId,
});