Step class abstract
- Implementers
Constructors
- Step({StepIdentifier? stepIdentifier, bool isOptional = false, String? buttonText = 'Next', bool canGoBack = true, bool showProgress = true, bool showAppBar = true})
-
Step.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
final
- canGoBack → bool
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isOptional → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAppBar → bool
-
final
- showProgress → bool
-
final
- stepIdentifier → StepIdentifier
-
final
Methods
-
createView(
{required QuestionResult? questionResult}) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override