printBlue function

dynamic printBlue(
  1. Object? object
)

print in blue

Implementation

printBlue(Object? object) => print(object.toString().toBlue);