PatchedSkill constructor

PatchedSkill({
  1. int? id,
  2. String? name,
})

Returns a new PatchedSkill instance.

Implementation

PatchedSkill({
  this.id,
  this.name,
});