Schema constructor

Schema(
  1. List<Column> columns
)

Implementation

Schema(this.columns);