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