void debug(String message, { int? wrapWidth }) { if (config.debug) debugPrint("Vasat - " + message, wrapWidth:wrapWidth); }