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
Constructors
GetDeepLinkInfo
Properties
hashCode
link
runtimeType
Methods
copyWith
getConstructor
noSuchMethod
toJson
toString
Operators
operator ==
Constants
CONSTRUCTOR