debugLabel property

String? debugLabel
final

Optional label for debugging purposes.

When provided, lifecycle events will be logged to the console with this label, making it easier to track timer creation and cancellation during development.

Example output:

[RAII] Init lifecycle: MyTimer
[RAII] Dispose lifecycle: MyTimer

Implementation

final String? debugLabel;