printWhite function

dynamic printWhite(
  1. Object? object
)

print in white

Implementation

printWhite(Object? object) => print(object.toString().toWhite);