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