ColumnType.custom constructor
const
ColumnType.custom(
- String name
Implementation
const ColumnType.custom(String name)
: this(ColumnTypeName.custom, customName: name);
const ColumnType.custom(String name)
: this(ColumnTypeName.custom, customName: name);