SystemFeaturesEmptyMethod constructor

SystemFeaturesEmptyMethod({
  1. double score = 5,
  2. String? reason = "No system features detected",
})

Implementation

SystemFeaturesEmptyMethod({
  super.score = 5,
  super.reason = "No system features detected",
});