SchemaTable constructor
const
SchemaTable({})
Implementation
const SchemaTable({
required this.name,
this.schema,
this.type,
this.sizeBytes,
this.comment,
this.engine,
this.fields = const <SchemaColumn>[],
});