SetAccountTtl constructor

SetAccountTtl({
  1. String? extra,
  2. int? client_id,
  3. AccountTtl? ttl,
})

Implementation

SetAccountTtl({
  super.extra,
  super.client_id,
  this.ttl,
});