debugString property

String debugString

Returns debugging information to try to identify the source of the Timer.

Implementation

String get debugString => 'Timer (duration: $duration, periodic: $isPeriodic)'
    '${_creationStackTrace != null ? ', created:\n$creationStackTrace' : ''}';