MySQLBinaryResultSetRowPacket constructor

MySQLBinaryResultSetRowPacket({
  1. required List<String?> values,
})

Implementation

MySQLBinaryResultSetRowPacket({
  required this.values,
});