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