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