AFWorkflowStateTestBodyWithParam constructor

AFWorkflowStateTestBodyWithParam(
  1. AFScreenTestID id,
  2. String? description,
  3. String? disabled,
  4. AFWorkflowTestBodyExecuteDelegate body,
)

Implementation

AFWorkflowStateTestBodyWithParam(
  AFScreenTestID id,
  String? description,
  String? disabled,
  this.body): super(id, description, disabled);