timestamp property

String timestamp
inherited

Obtains a timestamp if includeTimestamp is true.

Implementation

String get timestamp => includeTimestamp ? '[${DateTime.now()}] ' : '';