isFunctionChange method

bool isFunctionChange()

Implementation

bool isFunctionChange() {
  return component.type == DocComponentType.functionType;
}