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