lastActiveAt property

  1. @SmartTimestampConverter()
DateTime? lastActiveAt
final

When this device was last active.

Updated periodically via touchDevice() to track device activity. Used by backend to determine "active devices" for notification delivery and staleness cleanup.

Implementation

@SmartTimestampConverter()
final DateTime? lastActiveAt;