functionName property

String get functionName

Gets the encoded function name.

Implementation

String get functionName {
  return AbiBaseFragment.funcName(name, this);
}