menu
tdlib2 package
documentation
td_api.dart
SearchBackgroundExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
SearchBackground
copyWith
(
{
String
?
name
,
})
Implementation
SearchBackground copyWith({String? name}) => SearchBackground(name: name ?? this.name);
tdlib2 package
documentation
td_api
SearchBackgroundExtensions
copyWith method
SearchBackgroundExtensions extension on
SearchBackground