MastodonTranslationPoll.fromJson constructor

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

Implementation

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