SQLDataType constructor

const SQLDataType(
  1. Type dartTypeAffinity, [
  2. Type? dartType
])

constant constructor need by annotation

Implementation

const SQLDataType(this.dartTypeAffinity, [this.dartType]);