menu
cryptdart package
documentation
implementations/partial/key_exchange_base.dart
KeyExchangeBase
expirationDate property
expirationDate property
dark_mode
light_mode
expirationDate
property
@
override
DateTime
?
get
expirationDate
override
Returns the expiration date, if any.
Implementation
@override DateTime? get expirationDate => _expirationDate;
cryptdart package
documentation
implementations/partial/key_exchange_base
KeyExchangeBase
expirationDate property
KeyExchangeBase class