FreeDiskSpaceMethod constructor

FreeDiskSpaceMethod({
  1. double score = 20,
  2. String? reason = "Free disk space unusually high",
})

Implementation

FreeDiskSpaceMethod({
  super.score = 20,
  super.reason = "Free disk space unusually high",
});