MySQLColumnType.create constructor
MySQLColumnType.create(
- int value
Cria uma instância de MySQLColumnType a partir de um valor inteiro.
Implementation
factory MySQLColumnType.create(int value) => MySQLColumnType._(value);