QuestionAnsweredEvent class
Constructors
- QuestionAnsweredEvent({required String surveyId, required String surveyName, required String visitorUuid, required String responseUuid, required int questionId, required String? question, required SurvicateAnswer answer, required String panelAnswerUrl})
Properties
- answer → SurvicateAnswer
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- panelAnswerUrl → String
- 
  
  final
- question → String?
- 
  
  final
- questionId → int
- 
  
  final
- responseUuid → String
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- surveyId → String
- 
  
  final
- surveyName → String
- 
  
  final
- visitorUuid → String
- 
  
  final
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