comment method

ColumnDefinition comment(
  1. String text
)

Specifies a comment for the column.

Implementation

ColumnDefinition comment(String text) {
  _commentValue = text;
  return this;
}