StepError constructor

const StepError({
  1. required String code,
  2. required String message,
})

Creates a StepError.

Implementation

const StepError({required this.code, required this.message});