showLog property
bool
get
showLog
Implementation
static bool get showLog => _showLog;
set
showLog
(bool value)
Implementation
static set showLog(bool value) {
_showLog = value;
}