MastodonNotificationRequest.fromJson constructor

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

Implementation

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