menu
sendbird_sdk package
documentation
features/poll/poll.dart
Poll
Poll.fromJson factory constructor
Poll.fromJson factory constructor
dark_mode
light_mode
Poll.fromJson
constructor
Poll.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Poll.fromJson(Map<String, dynamic> json) { var poll = _$PollFromJson(json); return poll; }
sendbird_sdk package
documentation
features/poll/poll
Poll
Poll.fromJson factory constructor
Poll class