EffectivePolicy constructor

EffectivePolicy({
  1. DateTime? lastUpdatedTimestamp,
  2. String? policyContent,
  3. EffectivePolicyType? policyType,
  4. String? targetId,
})

Implementation

EffectivePolicy({
  this.lastUpdatedTimestamp,
  this.policyContent,
  this.policyType,
  this.targetId,
});