RPCompletionStep class
A step which can be used as a "Thank you" or completion step in a task.
Constructors
- RPCompletionStep(String identifier)
Properties
- stepWidget → Widget
-
The widget (UI representation) of the step [...]
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- identifier → String
-
A unique identifier of the Step. This identifier connects the Step to its result (RPResult) object.
read-only, inherited
- optional ↔ bool
-
If set to
true
the step can be skipped. In that case the result for the step will benull
.read / write, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- text ↔ String
-
The text of the Step. Different types of Steps are using the text text differently. [...]
read / write, inherited
- title ↔ String
-
The title text. Different types of Steps are using the title text differently. [...]
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited