getField abstract method
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);
Returns the field with the given name, or null
if this element does not have a field with the given name.
FieldElement? getField(String name);