menu
atlassian_apis package
documentation
confluence_v2.dart
CommentLinks
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
CommentLinks
copyWith
(
{
String
?
webui
,
})
Implementation
CommentLinks copyWith({String? webui}) { return CommentLinks( webui: webui ?? this.webui, ); }
atlassian_apis package
documentation
confluence_v2
CommentLinks
copyWith method
CommentLinks class