eventName property

String eventName

Gets the event function name.

Implementation

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