explanation property

  1. @JsonKey(name: 'explanation')
String? get explanation
inherited

Optional. Text that is shown when a user chooses an incorrect answer or taps on the lamp icon in a quiz-style poll, 0-200 characters

Implementation

@JsonKey(name: 'explanation')
String? get explanation;