expiresDateTime property

DateTime expiresDateTime

Retrieves the expiry date time

Compare willExpireIn

Implementation

DateTime get expiresDateTime => created.add(Duration(seconds: expiresIn));