void regular(final String text, {final bool onlyVerbose = true}) { if (_verboseMode || !onlyVerbose) { print(text); } }