menu
neom_core package
documentation
domain/model/collective_poll.dart
PollOption
PollOption.new constructor
PollOption.new constructor
dark_mode
light_mode
PollOption
constructor
PollOption
(
{
String
id
=
''
,
String
text
=
''
,
List
<
String
>
voterIds
=
const []
,
})
Implementation
PollOption({ this.id = '', this.text = '', this.voterIds = const [], });
neom_core package
documentation
domain/model/collective_poll
PollOption
PollOption.new constructor
PollOption class