menu
ruowen_dbtools package
documentation
ruowen/sql/table.dart
Table
Table.new constructor
Table.new constructor
dark_mode
light_mode
Table
constructor
Table
(
String
name
, {
List
<
Unit
>
columns
=
const <Unit>[]
,
})
Implementation
Table(this.name, {this.columns = const <Unit>[]});
ruowen_dbtools package
documentation
ruowen/sql/table
Table
Table.new constructor
Table class