MastodonNotificationPolicy.fromJson constructor

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

Implementation

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