isPositional property

bool get isPositional

Whether the parameter is a positional parameter.

Positional parameters can either be required or optional.

Implementation

bool get isPositional;