menu
tdlib2 package
documentation
td_api.dart
SetNetworkTypeExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SetNetworkType
copyWith
(
{
NetworkType
?
type
,
})
Implementation
SetNetworkType copyWith({NetworkType? type}) => SetNetworkType(type: type ?? this.type);
tdlib2 package
documentation
td_api
SetNetworkTypeExtensions
copyWith method
SetNetworkTypeExtensions extension on
SetNetworkType