ConnectionSettings constructor
ConnectionSettings({})
Implementation
ConnectionSettings(
{this.host = 'localhost',
this.port = 3306,
this.user,
this.password,
this.db,
this.useCompression = false,
this.useSSL = false,
this.maxPacketSize = 16 * 1024 * 1024,
this.timeout = const Duration(seconds: 30),
this.characterSet = CharacterSet.UTF8MB4});