enablePrintStatements property
Whether to enable print statements or not
Normally set to use kIsDebug so logs are printed while you're working,
but not in production
Implementation
final bool enablePrintStatements;
Whether to enable print statements or not
Normally set to use kIsDebug so logs are printed while you're working,
but not in production
final bool enablePrintStatements;