menu
tdlib package
documentation
td_api.dart
GetInternalLinkType
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetInternalLinkType
copyWith
(
{
String
?
link
,
})
Implementation
GetInternalLinkType copyWith({ String? link, }) => GetInternalLinkType( link: link ?? this.link, );
tdlib package
documentation
td_api
GetInternalLinkType
copyWith method
GetInternalLinkType class