charset method
Set column charset - NOW PROPERLY USED!
Implementation
ColumnDefinition charset(String charset) {
_charset = charset;
return this;
}
Set column charset - NOW PROPERLY USED!
ColumnDefinition charset(String charset) {
_charset = charset;
return this;
}