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