lastSignInTime property

DateTime? lastSignInTime

The date the user last signed in, formatted as a UTC string.

Implementation

DateTime? get lastSignInTime => get('lastLoginAt', format: 'epoch:millis');