PollVoterListQueryResponse.fromJson constructor

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

Implementation

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