MySQLPacketError constructor
Construtor para criar uma instância de MySQLPacketError.
Implementation
MySQLPacketError({
required this.header,
required this.errorCode,
required this.errorMessage,
});
Construtor para criar uma instância de MySQLPacketError.
MySQLPacketError({
required this.header,
required this.errorCode,
required this.errorMessage,
});