errorName property

String errorName

Gets the error function name.

Implementation

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