hasWarning method

bool hasWarning(
  1. bool shouldCheckAnchors
)

Implementation

bool hasWarning(bool shouldCheckAnchors) =>
    (shouldCheckAnchors && breaksAnchor) || destination.hasNoMimeType;