Predicate constructor

Predicate(
  1. String name, {
  2. Tag? contents,
})

Implementation

Predicate(this.name, {this.contents});