MySQLAdapter constructor

MySQLAdapter({
  1. required MySqlConnection connection,
})

Implementation

MySQLAdapter({required this.connection});