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() => '$name($args) = $expression';
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() => '$name($args) = $expression';