printYellow function

dynamic printYellow(
  1. Object? object
)

pirnt in yellow

Implementation

printYellow(Object? object) => print(object.toString().toYellow);