Notifications.fromJson constructor

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

Implementation

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