overloadId property

  1. @TagNumber.new(3)
PbList<String> get overloadId

For references to functions, this is a list of Overload.overload_id values which match according to typing rules.

If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible.

Empty if this is not a reference to a google.api.expr.v1alpha1.Decl.FunctionDecl.

Implementation

@$pb.TagNumber(3)
$pb.PbList<$core.String> get overloadId => $_getList(1);