menu
matrix package
documentation
msc_extensions/msc_3381_polls/models/poll_event_content.dart
PollAnswer
PollAnswer.new const constructor
PollAnswer.new const constructor
dark_mode
light_mode
PollAnswer
constructor
const
PollAnswer
(
{
required
String
id
,
required
String
mText
,
})
Implementation
const PollAnswer({required this.id, required this.mText});
matrix package
documentation
msc_extensions/msc_3381_polls/models/poll_event_content
PollAnswer
PollAnswer.new const constructor
PollAnswer class