functionRef property
The Dart function/method name (e.g. 'createUser').
At runtime this is typically extracted from handler.toString() or
from the function's runtime type. The build_runner generator extracts
this from the AST.
Implementation
final String? functionRef;