EntitlementInfos constructor
const
EntitlementInfos(
- Map<
String, EntitlementInfo> all, - Map<
String, EntitlementInfo> active, { - VerificationResult verification = VerificationResult.notRequested,
Implementation
const EntitlementInfos(
this.all,
this.active, {
this.verification = VerificationResult.notRequested,
});