PollTypeQuiz class
Constructors
- PollTypeQuiz({required int correctOptionId, required FormattedText explanation})
- 
          A poll in quiz mode, which has exactly one correct answer option and can be answered only once
            const
- 
          PollTypeQuiz.fromJson(Map<String, dynamic> json)
- 
          Parse from a json
            factory
Properties
- clientId → int?
- 
  client identifier
  no setterinherited
- correctOptionId → int
- 
  correctOptionId 0-based identifier of the correct answer option; -1 for a yet unanswered poll
  final
- explanation → FormattedText
- 
  explanation Text that is shown when the user chooses an incorrect answer or taps on the lamp icon; 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll
  final
- extra → dynamic
- 
  callback sign
  no setterinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  copyWith({int? correctOptionId, FormattedText? explanation}) → PollTypeQuiz 
- 
  
  override
- 
  getConstructor() → String 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson([dynamic extra]) → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- CONSTRUCTOR → const String