$Justification constructor

$Justification({
  1. String? details,
  2. String? justificationType,
})

Implementation

$Justification({
  this.details,
  this.justificationType,
});