PollVoterListQueryResponse.fromJson constructor Null safety

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

Implementation

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