charset method

ColumnDefinition charset(
  1. String charset
)

Set column charset - NOW PROPERLY USED!

Implementation

ColumnDefinition charset(String charset) {
  _charset = charset;
  return this;
}