MastodonScheduledStatusPoll.fromJson constructor
Creates a MastodonScheduledStatusPoll from a JSON map.
Implementation
factory MastodonScheduledStatusPoll.fromJson(Map<String, dynamic> json) =>
_$MastodonScheduledStatusPollFromJson(json);
Creates a MastodonScheduledStatusPoll from a JSON map.
factory MastodonScheduledStatusPoll.fromJson(Map<String, dynamic> json) =>
_$MastodonScheduledStatusPollFromJson(json);