MySQLPacketColumnCount constructor
MySQLPacketColumnCount({
- required BigInt columnCount,
Implementation
MySQLPacketColumnCount({
required this.columnCount,
});
MySQLPacketColumnCount({
required this.columnCount,
});