RPCompletionStep constructor
RPCompletionStep({})
Create a new RPCompletionStep which shown the text
to the user.
Implementation
RPCompletionStep({
required super.identifier,
required super.title,
super.text,
super.optional,
});