MastodonNotification.fromJson constructor

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

Implementation

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