id property
String
get
id
The identifier for this function.
Generally the name of the function in scope.
It can be composed of a chain of memory access
expressions. e.g. foo:bar().doh.
Implementation
String get id => idParts.map((e) => e.token.lexeme).join('.');