isPositional abstract method
Checks if this is a positional field.
Returns:
true
if declared without a namefalse
for named fields
Implementation
bool isPositional();
Checks if this is a positional field.
Returns:
true
if declared without a namefalse
for named fieldsbool isPositional();