InboxNotification.fromJson constructor

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

Implementation

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