lastCheckedInAt property

DateTime lastCheckedInAt

Implementation

DateTime get lastCheckedInAt =>
    _getAttribute<DateTime>(kLastCheckedInAt, DateTime(0));