menu
joltax_framework package
documentation
taycan/constants/taycan_console.dart
TaycanConsole
writeInGreen static method
writeInGreen static method
dark_mode
light_mode
writeInGreen
static method
dynamic
writeInGreen
(
String
message
)
Implementation
static writeInGreen(String message) { stdout.writeln('\x1B[32m$message\x1B[0m'); }
joltax_framework package
documentation
taycan/constants/taycan_console
TaycanConsole
writeInGreen static method
TaycanConsole class