isLocal property

bool get isLocal

Whether this location is in the current document.

Implementation

bool get isLocal => uri == null;