menu
tdlib2 package
documentation
td_api.dart
GetMarkdownTextExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
GetMarkdownText
copyWith
(
{
FormattedText
?
text
,
})
Implementation
GetMarkdownText copyWith({FormattedText? text}) => GetMarkdownText(text: text ?? this.text);
tdlib2 package
documentation
td_api
GetMarkdownTextExtensions
copyWith method
GetMarkdownTextExtensions extension on
GetMarkdownText