AnswersModel class

A single user reply shown in the chat transcript.

Constructors

AnswersModel({required String answer, required int questionIndex})

Properties

answer String
final
hashCode int
The hash code for this object.
no setterinherited
questionIndex int
Index into the host form's questions list this reply was sent for. Stored so edit rollback stays correct when the same step has several attempts (rejections / retries) — counting bubbles alone would skew.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited