displayLog method
simply prints parsed message to the terminal
Implementation
displayLog(String message) {
if (_debug) {
print(message);
}
}
simply prints parsed message to the terminal
displayLog(String message) {
if (_debug) {
print(message);
}
}