name

abstract var name: String

The name of this function. This technically does not need to be unique but having multiple functions with the same name will mess with the API's ability to act on a specific function, as the name is our only identifier.