code property

String code

Implementation

String get code {
  var tableList = tableColumn.dblist();
  var table = dbStructure(tableName, tableList);
  return table;
}