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