isComment method

OpmlOutlineBuilder isComment(
  1. bool isComment
)

Implementation

OpmlOutlineBuilder isComment(bool isComment) {
  _isComment = isComment;
  return this;
}