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