toFullString method
Returns the full string representation of this function. This could include the name, variables and expression.
Any subclass should decide whether to override this method.
Implementation
String toFullString() => toString();
Returns the full string representation of this function. This could include the name, variables and expression.
Any subclass should decide whether to override this method.
String toFullString() => toString();