getField2 abstract method

FieldElement2? getField2(
  1. String name
)

Returns the field from fields2 that has the given name.

Implementation

FieldElement2? getField2(String name);