StatusKeys constructor

StatusKeys(
  1. bool isNotEligible,
  2. bool isBeneficiaryRefused,
  3. bool isBeneficiaryReferred,
  4. bool isStatusReset,
)

Implementation

StatusKeys(this.isNotEligible, this.isBeneficiaryRefused,
    this.isBeneficiaryReferred, this.isStatusReset);