getField abstract method

FieldElement? getField(
  1. String name
)

Returns the element representing the field with the given name that is declared in this extension, or null if this extension does not declare a field with the given name.

Implementation

FieldElement? getField(String name);