SetAccountTtl constructor
SetAccountTtl({
- String? extra,
- int? client_id,
- AccountTtl? ttl,
Implementation
SetAccountTtl({
super.extra,
super.client_id,
this.ttl,
});