isPositional abstract method

bool isPositional()

Checks if this is a positional field.

Returns:

  • true if declared without a name
  • false for named fields

Implementation

bool isPositional();