needCheckTotalNotification property Null safety

bool needCheckTotalNotification

Implementation

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