charset method
Specifies the character set for the column.
Implementation
ColumnDefinition charset(String charset) {
_charsetValue = charset;
return this;
}
Specifies the character set for the column.
ColumnDefinition charset(String charset) {
_charsetValue = charset;
return this;
}