FlowExperimentRejected constructor

const FlowExperimentRejected({
  1. required FlowExperimentRejectionReason reason,
  2. required String message,
})

Creates a typed rejection.

Implementation

const FlowExperimentRejected({
  required this.reason,
  required this.message,
});