expiryDate property

DateTime expiryDate

Date when invite will expire

Implementation

DateTime get expiryDate =>
  this.createdAt.add(Duration(seconds: maxAge));