PolicyCondition constructor

const PolicyCondition({
  1. String? action,
  2. String? targetPrefix,
  3. List<String>? actorRoleIn,
  4. SafetyClass? safetyClass,
  5. String? transport,
})

Implementation

const PolicyCondition({
  this.action,
  this.targetPrefix,
  this.actorRoleIn,
  this.safetyClass,
  this.transport,
});