function property
FunctionNode
get
function
Returns the value as a FunctionNode. Useful for getters/setters.
Implementation
FunctionNode get function => value as FunctionNode;
Returns the value as a FunctionNode. Useful for getters/setters.
FunctionNode get function => value as FunctionNode;