updatedAt property

DateTime updatedAt
getter/setter pair

Last time any event touched this task — used for recency ordering.

Implementation

DateTime updatedAt = DateTime.fromMillisecondsSinceEpoch(0);