Element constructor

Element(
  1. BigInt l0,
  2. BigInt l1,
  3. BigInt l2,
  4. BigInt l3,
  5. BigInt l4,
)

Implementation

Element(this.l0, this.l1, this.l2, this.l3, this.l4);