PostPoll.fromJson constructor

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

Implementation

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