NotificareInboxItem.fromJson constructor

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

Implementation

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