PollData.fromJson constructor

PollData.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory PollData.fromJson(Map<String, Object?> json) =>
    _$PollDataFromJson(json);