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