clog function Null safety

void clog(
  1. dynamic object
)

Implementation

void clog(dynamic object) => kDebugMode ? log(object.toString()) : null;