MastodonUnreadNotificationCount.fromJson constructor

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

Implementation

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