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