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