functionName property
String
get
functionName
Gets the encoded function name.
Implementation
String get functionName {
return AbiBaseFragment.funcName(name, this);
}
Gets the encoded function name.
String get functionName {
return AbiBaseFragment.funcName(name, this);
}