PollListQueryResponse.fromJson constructor Null safety

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

Implementation

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