PersonRequirements constructor
const
PersonRequirements({})
PersonRequirements
Implementation
const PersonRequirements({
this.alternatives,
required this.currentlyDue,
required this.errors,
required this.eventuallyDue,
required this.pastDue,
required this.pendingVerification,
});