FlowExperimentRejected constructor
const
FlowExperimentRejected({
- required FlowExperimentRejectionReason reason,
- required String message,
Creates a typed rejection.
Implementation
const FlowExperimentRejected({
required this.reason,
required this.message,
});