menu
atlassian_apis package
documentation
confluence.dart
UserWatch
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
UserWatch
copyWith
(
{
bool
?
watching
,
})
Implementation
UserWatch copyWith({bool? watching}) { return UserWatch( watching: watching ?? this.watching, ); }
atlassian_apis package
documentation
confluence
UserWatch
copyWith method
UserWatch class