AFWorkflowStateTestUI constructor

AFWorkflowStateTestUI(
  1. AFScreenTestID id,
  2. String? description,
  3. String? disabled,
  4. AFStateTestID uiStartsWith,
)

Implementation

AFWorkflowStateTestUI(
  AFScreenTestID id,
  String? description,
  String? disabled,
  this.uiStartsWith): super(id, description, disabled);