Notification.fromJson constructor

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

Creates a Notification from a JSON object.

Implementation

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