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