MySqlStorageEngineDetails constructor

MySqlStorageEngineDetails({
  1. int? encryptedTableCount,
  2. String? engine,
  3. int? tableCount,
})

Implementation

MySqlStorageEngineDetails({
  this.encryptedTableCount,
  this.engine,
  this.tableCount,
});