EffectivePolicy constructor
EffectivePolicy({
- DateTime? lastUpdatedTimestamp,
- String? policyContent,
- EffectivePolicyType? policyType,
- String? targetId,
Implementation
EffectivePolicy({
this.lastUpdatedTimestamp,
this.policyContent,
this.policyType,
this.targetId,
});