ColumnType.string constructor

const ColumnType.string({
  1. int length = 255,
})

Implementation

const ColumnType.string({int length = 255})
  : this(ColumnTypeName.string, length: length);