hasNamedParameters property

bool? hasNamedParameters
final

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

final bool? hasNamedParameters;