Returns a string version of this expression.
Subclasses should override this method. The output should be kept
compatible with the Parser
.
Source
String toString() => 'log_$base($arg)';
Returns a string version of this expression.
Subclasses should override this method. The output should be kept
compatible with the Parser
.
String toString() => 'log_$base($arg)';