SystemFeature constructor

SystemFeature({
  1. String? name,
})

Implementation

SystemFeature({
  this.name,
});