getField abstract method

RecordFieldDeclaration? getField(
  1. String name
)

Returns the named field with the given name, or null if not found.

Implementation

RecordFieldDeclaration? getField(String name);