equalsParameters method

bool equalsParameters(
  1. ExtendedType other
)

Implementation

bool equalsParameters(ExtendedType other) {
  return isEqualsDeep(getParameters(), other.getParameters());
}