MastodonPollsConfiguration.fromJson constructor

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

Implementation

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