v1CreatePolicyIntentV3 constructor

const v1CreatePolicyIntentV3({
  1. required String policyName,
  2. required v1Effect effect,
  3. String? condition,
  4. String? consensus,
  5. String? notes,
})

Implementation

const v1CreatePolicyIntentV3({
  required  this.policyName,
  required  this.effect,
   this.condition,
   this.consensus,
   this.notes,
});