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