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