RPStep constructor

RPStep(String _identifier, { bool optional })

Default constructor. Returns a step with the given identifier

Implementation

RPStep(this._identifier, {this.optional});