timestamp property
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;
The exact date and time when the log entry was created.
This is typically set to DateTime.now()
when creating a log entry.
final DateTime timestamp;