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