PersonalityTestLevel constructor
PersonalityTestLevel({})
Returns a new PersonalityTestLevel instance.
Implementation
PersonalityTestLevel({
this.id,
required this.initials,
this.ordering,
this.name,
required this.slug,
});