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