menu
altibbi package
documentation
altibbi_chat.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; }
altibbi package
documentation
altibbi_chat
Poll
Poll.fromJson factory constructor
Poll class