menu
neom_core package
documentation
domain/model/collective_poll.dart
PollOption
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
Map
<
String
,
dynamic
>
toJSON
(
)
Implementation
Map<String, dynamic> toJSON() => { 'id': id, 'text': text, 'voterIds': voterIds, };
neom_core package
documentation
domain/model/collective_poll
PollOption
toJSON method
PollOption class