CommentUniAPI constructor

CommentUniAPI({
  1. int depth = 0,
})

Implementation

CommentUniAPI({int depth = 0})
    : super(comments: [
        '=================================================',
        fileHeaderComments,
        '================================================='
      ], commentType: CommentType.commentDoubleBackSlash, depth: depth);