time property
The timestamp indicating when this log record was created.
If not explicitly passed, defaults to the current time via DateTime.now()
.
Implementation
final DateTime time;
The timestamp indicating when this log record was created.
If not explicitly passed, defaults to the current time via DateTime.now()
.
final DateTime time;