AccountTtl constructor

AccountTtl(
  1. {required int days,
  2. int? extra,
  3. int? clientId}
)

Contains information about the period of inactivity after which the current user's account will automatically be deleted

Implementation

AccountTtl