effectiveNormalFields property

Iterable<FieldElement> effectiveNormalFields

Implementation

Iterable<FieldElement> get effectiveNormalFields =>
    effectiveFields.where(isNotCustomExprField);