isRecordField abstract method
Checks if this field is a record field.
Returns:
true
if declared withrecord
modifierfalse
otherwise
Implementation
bool isRecordField();
Checks if this field is a record field.
Returns:
true
if declared with record
modifierfalse
otherwisebool isRecordField();