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