name property

String? name
getter/setter pair

The name of the function to call.

Must start with a letter or an underscore. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.

Required.

Implementation

core.String? name;