style method

Comment style(
  1. Style style
)

Sets the comment style.

Implementation

Comment style(Style style) {
  _style = style;
  return this;
}