providers/cleanse library
Gloabl variable cleaning.
Copyright (C) 2023-2025, Togaware Pty Ltd.
License: GNU General Public License, Version 3 (the "License") https://opensource.org/license/gpl-3-0
Authors: Graham Williams
Properties
-
cleanseProvider
→ StateProvider<
bool> -
Whether to cleanse the data or not. Default is true.
final
-
maxFactorProvider
→ StateProvider<
int> -
The maximum number of unique values for a character column to be a factor.
This provider is initially set to 20, and then updated asynchronously with
the saved value from SharedPreferences if available.
final