hasNamedParameters property

bool? hasNamedParameters
getter/setter pair

True if the function or method being suggested has at least one named parameter. This field is omitted if the parameterNames field is omitted.

Implementation

bool? hasNamedParameters;