RPActivityStep constructor
RPActivityStep(})
The basic constructor which returns a Activity Step.
The identifier is required for ID purposes.
The optional parameters includeInstructions
or includeResults
can be used exclude the non-test sections of the step.
Implementation
RPActivityStep(String identifier,
{this.includeInstructions = true, this.includeResults = true})
: super(identifier: identifier, title: "RPActivityStep");