TableDto constructor

const TableDto(
  1. String name,
  2. List<ColumnDto> columns
)

Implementation

const TableDto(this.name, this.columns);