getPositionalField abstract method
Returns the positional field at the given index
, or null
if out of bounds.
Implementation
RecordFieldDeclaration? getPositionalField(int index);
Returns the positional field at the given index
, or null
if out of bounds.
RecordFieldDeclaration? getPositionalField(int index);