debugLog method

void debugLog()

Implementation

void debugLog() => kDebugMode ? debugPrint(this) : null;