menu
tdlib2 package
documentation
td_api.dart
GetFileExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetFile
copyWith
(
{
int
?
fileId
,
})
Implementation
GetFile copyWith({int? fileId}) => GetFile(fileId: fileId ?? this.fileId);
tdlib2 package
documentation
td_api
GetFileExtensions
copyWith method
GetFileExtensions extension on
GetFile