qnaTotalNotification property Null safety

bool qnaTotalNotification

Implementation

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