charset method

TableDefinition charset(
  1. String charset
)

Implementation

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