InboxNotificationAction.fromJson constructor

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

Implementation

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