Condition constructor

Condition({
  1. String? iam,
  2. String? op,
  3. String? svc,
  4. String? sys,
  5. List<String>? values,
})

Implementation

Condition({
  this.iam,
  this.op,
  this.svc,
  this.sys,
  this.values,
});