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