PatchedPersonalityTestLevel constructor

PatchedPersonalityTestLevel({
  1. int? id,
  2. String? initials,
  3. int? ordering,
  4. String? name,
  5. String? slug,
})

Returns a new PatchedPersonalityTestLevel instance.

Implementation

PatchedPersonalityTestLevel({
  this.id,
  this.initials,
  this.ordering,
  this.name,
  this.slug,
});