canThisWidgetCallErrorListener method

bool canThisWidgetCallErrorListener(
  1. int hashCode
)

Implementation

bool canThisWidgetCallErrorListener(int hashCode) {
  return _builderHashCode.first == hashCode;
}