MySQLPacketColumnCount constructor

MySQLPacketColumnCount({
  1. required BigInt columnCount,
})

Implementation

MySQLPacketColumnCount({
  required this.columnCount,
});