Poll.fromJson constructor

Poll.fromJson(
  1. Map<String, dynamic> json
)

Creates a Poll object from JSON object

Implementation

factory Poll.fromJson(Map<String, dynamic> json) => _$PollFromJson(json);