comment method
Specifies a comment for the column.
Implementation
ColumnDefinition comment(String text) {
_commentValue = text;
return this;
}
Specifies a comment for the column.
ColumnDefinition comment(String text) {
_commentValue = text;
return this;
}