EntitlementInfos constructor

const EntitlementInfos(
  1. Map<String, EntitlementInfo> all,
  2. Map<String, EntitlementInfo> active, {
  3. VerificationResult verification = VerificationResult.notRequested,
})

Implementation

const EntitlementInfos(
    this.all,
    this.active, {
     this.verification = VerificationResult.notRequested,
});