isNamed property
bool
get
isNamed
Whether these are named formal parameters.
If false, these are optional positional formal parameters.
Implementation
bool get isNamed;
Whether these are named formal parameters.
If false, these are optional positional formal parameters.
bool get isNamed;