functionName property

String functionName

Gets the encoded function name.

Implementation

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