debugPrint function

dynamic debugPrint(
  1. Object object
)

Implementation

debugPrint(Object object) => print(object);