MastodonGroupedNotificationsResults.fromJson constructor

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

Implementation

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