SqlServerDatabaseDetails constructor

SqlServerDatabaseDetails({
  1. int? compatibilityLevel,
  2. String? recoveryModel,
})

Implementation

SqlServerDatabaseDetails({
  this.compatibilityLevel,
  this.recoveryModel,
});