SchemaDto constructor

const SchemaDto(
  1. List<TableDto> tables
)

Implementation

const SchemaDto(this.tables);