NotificationsConfig.fromJson constructor

NotificationsConfig.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory NotificationsConfig.fromJson(Map<String, Object?> json) =>
    _$NotificationsConfigFromJson(json);