Element.fromInt constructor

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

Implementation

factory Element.fromInt(int l0, int l1, int l2, int l3, int l4) =>
    Element(l0.toBigInt, l1.toBigInt, l2.toBigInt, l3.toBigInt, l4.toBigInt);