isNamed property

bool isNamed

Wether this is a optional named parameter.

Implementation

bool get isNamed => id != null;