getField abstract method

FieldElement? getField(
  1. String name
)

Returns the field from fields that has the given name.

Implementation

FieldElement? getField(String name);