CompletionStep class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

CompletionStep({bool isOptional = false, required StepIdentifier stepIdentifier, String buttonText = 'End Survey', bool showAppBar = true, required String title, required String text, String assetPath = ""})
CompletionStep.fromJson(Map<String, dynamic> json)
factory

Properties

assetPath String
final
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