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