TableComment constructor

const TableComment({
  1. Input<String?>? message,
})

Creates a new TableComment. message A description of the table.

Implementation

const TableComment({
  this.message,
});