FieldBase constructor

FieldBase(
  1. FieldElement fieldElement,
  2. String name
)

Implementation

FieldBase(this.fieldElement, this.name);