printRed function

dynamic printRed(
  1. Object? object
)

print in red

Implementation

printRed(Object? object) => print(object.toString().toRed);