PersonalityTestSubject constructor
PersonalityTestSubject({})
Returns a new PersonalityTestSubject instance.
Implementation
PersonalityTestSubject({
this.id,
this.ordering,
required this.name,
this.isPopular,
required this.icon,
required this.slug,
});