CustomStep constructor

CustomStep({
  1. String? actual,
  2. String? content,
  3. String? expected,
  4. int? statusId,
})

Implementation

CustomStep({
  this.actual,
  this.content,
  this.expected,
  this.statusId,
});