TableComment constructor
const
TableComment({
- Input<
String?> ? message,
Creates a new TableComment.
message A description of the table.
Implementation
const TableComment({
this.message,
});