isPositional property

bool isPositional

Whether the parameter is a positional parameter.

Positional parameters can either be required or optional.

Implementation

bool get isPositional;