StepResult constructor

StepResult({
  1. String? attestationContent,
  2. String? attestationType,
  3. String? name,
})

Implementation

StepResult({this.attestationContent, this.attestationType, this.name});