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