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