StepEntry constructor

StepEntry({
  1. String? createTime,
  2. String? entryId,
  3. Exception? exception,
  4. String? name,
  5. NavigationInfo? navigationInfo,
  6. String? routine,
  7. String? state,
  8. String? step,
  9. StepEntryMetadata? stepEntryMetadata,
  10. String? stepType,
  11. String? updateTime,
})

Implementation

StepEntry({
  this.createTime,
  this.entryId,
  this.exception,
  this.name,
  this.navigationInfo,
  this.routine,
  this.state,
  this.step,
  this.stepEntryMetadata,
  this.stepType,
  this.updateTime,
});