toFullString method

  1. @override
String toFullString()
override

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

@override
String toFullString() => '$name($args) = $expression';