NotificareUserPreference.fromJson constructor

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

Implementation

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