menu
tdlib package
documentation
td_api.dart
SetAccountTtl
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SetAccountTtl
copyWith
(
{
AccountTtl
?
ttl
,
})
Implementation
SetAccountTtl copyWith({ AccountTtl? ttl, }) => SetAccountTtl( ttl: ttl ?? this.ttl, );
tdlib package
documentation
td_api
SetAccountTtl
copyWith method
SetAccountTtl class