log method

void log(
  1. dynamic text
)

Implementation

void log(dynamic text) => developer.log('\x1B[${code}m${text.toString()}\x1B[0m');