createComment method
Implementation
Comment createComment([BindingContext? context]) {
Comment comment = Comment(context);
comment.ownerDocument = this;
return comment;
}
Comment createComment([BindingContext? context]) {
Comment comment = Comment(context);
comment.ownerDocument = this;
return comment;
}