useDebugPrint property

bool useDebugPrint
final

Whether or not to chunk the log message.

This is useful when the log message is too long. Use it with caution, as it affects the performance. Recommended for debugging purposes only.

Uses debugPrint under the hood.

Implementation

final bool useDebugPrint;