MySQLAdapter constructor
MySQLAdapter({
- required MySqlConnection connection,
Implementation
MySQLAdapter({required this.connection});
MySQLAdapter({required this.connection});