FieldElement constructor

FieldElement()

Implementation

factory FieldElement() =>
    FieldElement.uncheck(List<Int32>.filled(10, Int32.zero));