InstructionStep class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

InstructionStep({required String title, required String text, bool isOptional = false, String buttonText = 'Next', StepIdentifier? stepIdentifier, bool? canGoBack, bool? showProgress, bool showAppBar = true})
InstructionStep.fromJson(Map<String, dynamic> json)
factory

Properties

buttonText String?
finalinherited
canGoBack bool
finalinherited
hashCode int
The hash code for this object.
no setteroverride
isOptional bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAppBar bool
finalinherited
showProgress bool
finalinherited
stepIdentifier StepIdentifier
finalinherited
text String
final
title String
final

Methods

createView({required QuestionResult? questionResult}) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object o) bool
The equality operator.
override