oddActionTotalNotification property Null safety

bool oddActionTotalNotification

Implementation

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