menu
atlassian_apis package
documentation
service_management.dart
CommentCreateDTO
CommentCreateDTO constructor
CommentCreateDTO constructor
dark_mode
light_mode
CommentCreateDTO
constructor
CommentCreateDTO
(
{
String
?
body
,
bool
?
public
,
})
Implementation
CommentCreateDTO({this.body, bool? public}) : public = public ?? false;
atlassian_apis package
documentation
service_management
CommentCreateDTO
CommentCreateDTO constructor
CommentCreateDTO class