Poll.fromJson constructor

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

Implementation

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