NotificationReceivedEvent.fromJson constructor

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

Create a NotificationReceivedEvent from json

Implementation

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