getField abstract method

FieldElement? getField(
  1. String name
)

Returns the field with the given name, or null if this element does not have a field with the given name.

Implementation

FieldElement? getField(String name);