healthDoubtTotalNotification property Null safety

bool healthDoubtTotalNotification

Implementation

bool get healthDoubtTotalNotification {
  Map<String, dynamic>? data = getJson(PrefsConstants.PREFS_KEY_HEALTH_DOUBT_NOTIFICATION);
  return data?["on"] == true;
}