isLink method

bool isLink()

Implementation

bool isLink() {
  return isText() && isTruthy(attributes.link);
}