Condition constructor

Condition({
  1. List<Parameter>? parameter,
  2. String? type,
})

Implementation

Condition({
  this.parameter,
  this.type,
});