NotificationsConfig.fromJson constructor

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

Implementation

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