MastodonPoll.fromJson constructor

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

Implementation

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