time property

DateTime time
final

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;