PollResponse.fromJson constructor

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

Implementation

factory PollResponse.fromJson(Map<String, dynamic> json) {
	return _$PollResponseFromJson(json);
}