getField abstract method
Returns the named field with the given name
, or null
if not found.
Implementation
RecordFieldDeclaration? getField(String name);
Returns the named field with the given name
, or null
if not found.
RecordFieldDeclaration? getField(String name);