String toFullString()

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.

Source

String toFullString() => toString();