name property

String? name
getter/setter pair

The name of the function to call.

Matches [FunctionDeclaration.name] and [FunctionCall.name].

Required.

Implementation

core.String? name;