TableDescription constructor

TableDescription({
  1. required String name,
})

Creates a new table description object with the specified name.

Parameters:

  • name — The table's name.