PatchedSkillThreshold constructor

PatchedSkillThreshold({
  1. String? name,
  2. int? threshold,
  3. String? platform,
})

Returns a new PatchedSkillThreshold instance.

Implementation

PatchedSkillThreshold({
  this.name,
  this.threshold,
  this.platform,
});