Poll.fromJson constructor

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

Implementation

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