timestamp property

DateTime timestamp
final

The exact date and time when the log entry was created.

This is typically set to DateTime.now() when creating a log entry.

Implementation

final DateTime timestamp;