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