MySQLPacketColumnCount constructor

MySQLPacketColumnCount({
  1. required BigInt columnCount,
})

Construtor da classe.

Implementation

MySQLPacketColumnCount({
  required this.columnCount,
});