Notifications.fromJson constructor

Notifications.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Notifications.fromJson(Map<String, Object?> json) =>
    _$NotificationsFromJson(json);