NotificareInboxConfig.fromJson constructor

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

Implementation

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