MastodonNotificationGroup.fromJson constructor

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

Implementation

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