MySQLColumnType.create constructor

MySQLColumnType.create(
  1. int value
)

Implementation

factory MySQLColumnType.create(int value) => MySQLColumnType._(value);