menu
atlassian_apis package
documentation
confluence.dart
AsyncId
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
AsyncId
copyWith
(
{
String
?
asyncId
,
})
Implementation
AsyncId copyWith({String? asyncId}) { return AsyncId( asyncId: asyncId ?? this.asyncId, ); }
atlassian_apis package
documentation
confluence
AsyncId
copyWith method
AsyncId class