getName method

  1. @override
String getName()
override

Gets the name of this function.

The name is use to invoke this function in the expression.

Returns the name of this function.

Implementation

@override
String getName() {
  return name;
}