Rule constructor

const Rule(
  1. Term head,
  2. Term body
)

Implementation

const Rule(this.head, this.body);