AccountTtl constructor

AccountTtl({
  1. String? extra,
  2. int? client_id,
  3. int32? days,
})

Implementation

AccountTtl({
  super.extra,
  super.client_id,
  this.days,
});