SqlServerFeature constructor

SqlServerFeature({
  1. bool? enabled,
  2. String? featureName,
})

Implementation

SqlServerFeature({this.enabled, this.featureName});