void print(dynamic input, {String? code, bool bold = false, String? color}) { _handle(input, "log", code, color, bold); }