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