Table.fromCharset constructor

Table.fromCharset({
  1. String charset = 'utf-8',
})

Implementation

Table.fromCharset({this.charset = 'utf-8'});